-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 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
62
{
"name": "angular-quickstart",
"version": "1.0.0",
"description": "QuickStart package.json from the documentation, supplemented with testing support",
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "webpack --progress --profile --bail --config config/webpack.prod.js",
"prestart": "npm run clean",
"start": "webpack-dev-server --inline --progress --colors --port 8080",
"lint": "tslint ./src/**/*.ts -t verbose"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/common": "~4.0.0",
"@angular/compiler": "~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/router": "~4.0.0",
"@types/node": "^6.0.46",
"angular-in-memory-web-api": "~0.3.0",
"core-js": "^2.4.1",
"rxjs": "5.0.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@types/systemjs": "^0.20.2",
"angular-router-loader": "^0.6.0",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^6.7.7",
"awesome-typescript-loader": "^3.1.2",
"canonical-path": "0.0.2",
"css-loader": "^0.28.0",
"css-to-string-loader": "^0.1.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"lodash": "^4.16.4",
"null-loader": "^0.1.1",
"postcss": "^5.2.17",
"postcss-cssnext": "^2.10.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^1.3.3",
"postcss-smart-import": "^0.6.11",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"style-loader": "^0.16.1",
"tslint": "^3.15.1",
"typescript": "~2.1.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0"
},
"repository": {}
}