-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (42 loc) · 1.15 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": "ng2-demo",
"version": "1.0.0",
"description": "A minimal Angular2 playground for different ng2-* components",
"repository": {
"type": "git",
"url": "git+https://github.com/akserg/ng2-demo"
},
"bugs": {
"url": "https://github.com/akserg/ng2-demo/issues"
},
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"lite": "lite-server"
},
"homepage": "https://github.com/akserg/ng2-demo#readme",
"dependencies": {
"@angular/core": "^2.4.4",
"@angular/common": "^2.4.4",
"@angular/compiler": "^2.4.4",
"@angular/forms": "^2.4.4",
"@angular/http": "^2.4.4",
"@angular/platform-browser": "^2.4.4",
"@angular/platform-browser-dynamic": "^2.4.4",
"@angular/router": "^3.4.4",
"@angular/upgrade": "^2.4.4",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.0.3",
"systemjs": "0.19.43",
"zone.js": "^0.7.6",
"ng2-slim-loading-bar": "^2.3.0",
"ng2-toasty": "^2.3.0",
"ng2-dnd": "^2.2.2"
},
"devDependencies": {
"@types/node": "^6.0.46",
"concurrently": "^3.1.0",
"lite-server": "^2.2.2",
"typescript": "~2.0.10"
}
}