-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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": "a2mn",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install",
"postbuild": "typings install",
"start": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "~2.3.0",
"@angular/compiler": "~2.3.0",
"@angular/core": "~2.3.0",
"@angular/forms": "~2.3.0",
"@angular/http": "~2.3.0",
"@angular/platform-browser": "~2.3.0",
"@angular/platform-browser-dynamic": "~2.3.0",
"@angular/router": "~3.3.0",
"@types/node": "^6.0.46",
"angular-in-memory-web-api": "~0.1.17",
"ts-loader": "^1.2.2",
"core-js": "^2.4.1",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"google-maps": "^3.2.1",
"html-webpack-plugin": "^2.24.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.4",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"systemjs": "0.19.40",
"typescript": "^2.0.10",
"typings": "^2.0.0",
"webpack": "^1.13.3",
"webpack-livereload-plugin": "^0.9.0",
"zone.js": "^0.7.2"
}
}