-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "fusebox-angular",
"version": "8.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "ts-node -T fuse.ts",
"dist": "ts-node -T fuse.ts dist",
"preview": "ts-node -T fuse.ts preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/angular2-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuse-box/angular2-example/issues"
},
"homepage": "https://github.com/fuse-box/angular2-example#readme",
"dependencies": {
"@angular/animations": "~8.2.4",
"@angular/common": "~8.2.4",
"@angular/compiler": "~8.2.4",
"@angular/core": "~8.2.4",
"@angular/forms": "~8.2.4",
"@angular/platform-browser": "~8.2.4",
"@angular/platform-browser-dynamic": "~8.2.4",
"@angular/router": "~8.2.4",
"core-js": "^3.2.1",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.2",
"@angular/cli": "~8.3.2",
"@angular/compiler-cli": "~8.2.4",
"@angular/language-service": "~8.2.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"fuse-box": "^4.0.0-next.99"
}
}