-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "angular2-webpack-stylus-pug-seed",
"version": "0.0.5",
"description": "Angular2 Webpack Stylus Pug Seed",
"scripts": {
"start": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.build.js",
"test:watch": "node ./node_modules/karma/bin/karma start --auto-watch --no-single-run",
"test": "node ./node_modules/karma/bin/karma start",
"postinstall": "typings install"
},
"author": "MobileNext ([email protected])",
"license": "MIT",
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@angular/router": "^4.0.0",
"browser-sync": "2.11.1",
"browser-sync-webpack-plugin": "1.0.1",
"clean-webpack-plugin": "^0.1.10",
"connect-modrewrite": "^0.9.0",
"core-js": "^2.4.1",
"css-loader": "^0.23.1",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"pug-html-loader": "^1.0.7",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"ts-helpers": "^1.1.2",
"ts-loader": "^1.3.3",
"typescript": "^2.2.2",
"typings": "1.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-config": "^4.0.0",
"webpack-fail-plugin": "^1.0.5",
"yargs": "^6.6.0",
"zone.js": "^0.8.4"
}
}