-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.06 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
63
64
65
66
67
68
69
70
{
"name": "angular-webpack-template",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "node server",
"build": "npm run clean && node build",
"server": "node server-build",
"clean": "rimraf build",
"dll": "webpack --config webpack.dll.config.js"
},
"author": "sweetyx",
"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",
"@ntesmail/shark-angular2": "^1.2.1",
"@types/node": "^6.0.46",
"@types/core-js": "^0.9.41",
"echarts": "^3.5.1",
"flatpickr": "^2.4.7",
"jquery": "^3.1.1",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.2.0",
"typescript": "^2.2.1",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angularclass/hmr": "^1.2.2",
"@angularclass/hmr-loader": "^3.0.2",
"@ngtools/webpack": "^1.3.0",
"add-asset-html-webpack-plugin": "^1.0.2",
"angular2-router-loader": "^0.3.5",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.1.2",
"body-parser": "1.17.1",
"compression": "^1.6.2",
"css-loader": "^0.26.1",
"ejs-loader": "^0.3.0",
"expose-loader": "^0.7.3",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"fs-extra": "^2.1.2",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"openurl": "^1.1.1",
"progress-bar-webpack-plugin": "^1.9.3",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.1",
"sync-exec": "^0.6.2",
"to-string-loader": "^1.1.5",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.0"
}
}