-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.14 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.14 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "angular2-quickstart",
"version": "1.0.0",
"scripts": {
"start": "npm run build && node server.js",
"postinstall": "npm install typings",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings",
"server": "webpack-dev-server --inline --progress --port 3005",
"build": "webpack --progress --profile --bail --display-error-details",
"watch": "webpack --watch"
},
"license": "ISC",
"dependencies": {
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"@angular/router": "^3.0.0",
"@angular/upgrade": "2.4.8",
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^3.0.2",
"@types/hammerjs": "^2.0.34",
"@types/node": "^7.0.8",
"@types/webpack": "^2.2.11",
"angular2-cookie": "^1.2.6",
"angular2-infinite-scroll": "^0.3.1",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.1.2",
"bootstrap": "^3.3.7",
"concurrently": "^2.2.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.27.3",
"expose-loader": "^0.7.3",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.2.0",
"json-loader": "^0.5.4",
"lite-server": "^2.2.2",
"moment": "^2.17.1",
"ngc-webpack": "^1.2.0",
"optimize-js-plugin": "0.0.4",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.1",
"style-loader": "^0.13.2",
"to-string-loader": "^1.1.5",
"traceur": "0.0.111",
"ts-helpers": "^1.1.2",
"tslib": "^1.6.0",
"types": "^0.1.1",
"typescript": "^2.0.2",
"typings": "^1.3.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.0.0",
"zone.js": "^0.7.2"
},
"devDependencies": {},
"engines": {
"node": "5.12.0"
}
}