-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "dat9-game-website",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"deploy": "ng build --configuration production && firebase deploy",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.4",
"@angular/common": "^14.2.4",
"@angular/compiler": "^14.2.4",
"@angular/core": "^14.2.4",
"@angular/forms": "^14.2.4",
"@angular/platform-browser": "^14.2.4",
"@angular/platform-browser-dynamic": "^14.2.4",
"@angular/router": "^14.2.4",
"@fortawesome/fontawesome-free": "^5.15.4",
"@manekinekko/angular-web-bluetooth": "^11.2.2",
"@types/offscreencanvas": "^2019.7.0",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"jquery": "^3.6.0",
"ng2-charts": "^2.4.2",
"ngx-device-detector": "^2.1.1",
"ngx-spinner": "^12.0.0",
"ngx-toastr": "^14.1.3",
"rxjs": "~6.6.0",
"three": "^0.129.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.4",
"@angular/cli": "^14.2.4",
"@angular/compiler-cli": "^14.2.4",
"@types/chart.js": "^2.9.34",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"@types/three": "^0.128.0",
"@types/web-bluetooth": "0.0.11",
"ng2-charts-schematics": "^0.1.7",
"typescript": "~4.6.4"
}
}