-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"name": "wmh5-seed",
"version": "1.0.0",
"bugs": {
"url": "https://github.com/armorik83/wmh5-seed/issues"
},
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"core-js": "^2.4.1",
"lodash": "^4.14.1",
"normalize.css": "^4.2.0",
"rxjs": "^5.0.0-beta.11",
"zone.js": "^0.6.17"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-angular2": "0.0.2",
"babel-preset-es2015": "^6.9.0",
"raw-loader": "^0.5.1",
"superstatic": "^4.0.3",
"webpack": "^1.13.1"
},
"homepage": "https://github.com/armorik83/wmh5-seed#readme",
"keywords": [],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/armorik83/wmh5-seed.git"
},
"scripts": {
"start": "superstatic --port 8080 --host 127.0.0.1",
"watch": "webpack ./app/index.js ./bundle.js --config ./webpack.config.js --watch -d"
}
}