-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.76 KB
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
{
"name": "ng",
"version": "4.4.6",
"description": "Angular4 Webpack3",
"keywords": [],
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --config config/webpack.dev.js --color --progress --open",
"prod": "webpack-dev-server --config config/webpack.prod.js --color --progress --open",
"build": "npm run clean && webpack --config config/webpack.prod.js --colors --progress",
"rimraf": "rimraf",
"clean": "npm run rimraf dist"
},
"author": "tangjun <tj_910601@163.com>",
"license": "MIT",
"dependencies": {
"@angular/cli": "^1.5.0-rc.8",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@ngtools/webpack": "^1.7.0",
"@types/node": "^8.0.26",
"angular2-router-loader": "^0.3.5",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^7.1.2",
"awesome-typescript-loader": "^3.2.3",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.27.3",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.18.2",
"to-string-loader": "^1.1.4",
"typescript": "^2.5.2",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^0.5.9",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^4.1.0"
},
"repository": {}
}