-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "angular-base-project",
"version": "1.0.0",
"description": "Base angular project, using visual studio.",
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/cli": "^1.0.0-rc.4",
"@angular/common": "^2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/compiler-cli": "^2.4.10",
"@angular/core": "^2.4.10",
"@angular/forms": "^2.4.10",
"@angular/http": "^2.4.10",
"@angular/platform-browser": "^2.4.10",
"@angular/platform-browser-dynamic": "^2.4.10",
"@angular/router": "^3.4.10",
"body-parser": "^1.16.0",
"core-js": "^2.4.1",
"express": "^4.14.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.2.0",
"systemjs": "^0.19.47",
"zone.js": "^0.7.8"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.33",
"@types/node": "^6.0.46",
"concurrently": "^3.1.0",
"lite-server": "^2.2.2",
"lodash": "^4.16.4",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"source-map-explorer": "^1.3.3",
"typescript": "^2.2.1",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
},
"repository": {}
}