-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 765 Bytes
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
{
"name": "angular-seed",
"version": "1.0.0",
"description": "",
"main": "app/main.js",
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"json-server db.json --static . \" "
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/core": "6.0.0",
"@angular/platform-browser": "6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"core-js": "2.5.5",
"rxjs": "6.1.0",
"systemjs": "0.21.3",
"zone.js": "0.8.26"
},
"devDependencies": {
"@types/node": "10.0.4",
"concurrently": "3.5.1",
"json-server": "0.12.2",
"typescript": "2.8.3"
}
}