-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.37 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
71
72
73
74
75
76
77
78
{
"name": "hkr-platform",
"version": "2.8.0",
"description": "2.0",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"webpack": "webpack",
"webpack:w": "webpack -w",
"build": "gulp build",
"build:dev": "webpack --config config/webpack.dev.js",
"build:prod": "webpack --config config/webpack.prod.js",
"serve": "gulp browser",
"start": "concurrently \"gulp build\" \"webpack-dev-server --config config/webpack.dev.js\" \"gulp watch\"",
"test": "gulp build && webpack --config config/webpack.dev.js",
"deploy": "gulp build && webpack --config config/webpack.prod.js"
},
"repository": {},
"license": "MIT",
"dependencies": {
"@angular/animations": "~4.0.0",
"@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/platform-server": "~4.0.0",
"@angular/router": "~4.0.0",
"@angular/upgrade": "~4.0.0",
"angular-in-memory-web-api": "~0.1.13",
"bootstrap": "^4.0.0-alpha.6",
"concurrently": "^3.4.0",
"core-js": "^2.4.1",
"echarts": "3.2.1",
"es6-shim": "0.35.1",
"gulp-typescript": "^2.13.6",
"jquery": "^2.2.3",
"ng2-bootstrap": "^1.2.6",
"ng2-pagination": "^2.0.0",
"primeng": "^4.0.0-rc.3",
"reflect-metadata": "0.1.10",
"rxjs": "^5.0.1",
"tslib": "^1.6.0",
"typescript": "^2.0.2",
"zone.js": "~0.8.4"
},
"devDependencies": {
"@types/core-js": "^0.9.32",
"@types/node": "^6.0.38",
"angular2-load-children-loader": "^0.1.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.14.3",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"es6-promise-loader": "^1.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^2.2.0",
"gulp-watch": "^4.3.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"light-ts-loader": "^1.1.1",
"lodash.merge": "^4.3.5",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.5",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^0.14.1"
}
}