forked from dbxau/ttt-xwing-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "stream.tabletop.to",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:prod": "ng build --prod --build-optimizer --vendor-chunk",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.4",
"@angular/cli": "^8.3.2",
"@angular/common": "^8.2.4",
"@angular/compiler": "^8.2.4",
"@angular/compiler-cli": "^8.2.4",
"@angular/core": "^8.2.4",
"@angular/fire": "^5.2.1",
"@angular/forms": "^8.2.4",
"@angular/platform-browser": "^8.2.4",
"@angular/platform-browser-dynamic": "^8.2.4",
"@angular/router": "^8.2.4",
"@ng-select/ng-select": "^3.0.7",
"bootstrap": "^4.2.1",
"core-js": "^2.4.1",
"express": "^4.16.2",
"firebase": "^6.6.0",
"firebase-tools": "^9.1.0",
"firebaseui": "^4.1.0",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"ngx-color-picker": "^4.4.0",
"node": "^12.20.0",
"popper.js": "^1.14.7",
"promise-polyfill": "6.0.2",
"rxjs": "^6.0.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.2",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^6.0.118",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"ts-node": "~3.2.0",
"typescript": "3.5.3"
},
"engines": {
"node": "12.10.0",
"npm": "6.11.3"
}
}