-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 951 Bytes
/
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
{
"name": "frac",
"version": "0.0.2",
"scripts": {
"dev": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.11",
"@angular/common": "~18.2.11",
"@angular/compiler": "~18.2.11",
"@angular/core": "~18.2.11",
"@angular/forms": "~18.2.11",
"@angular/platform-browser": "~18.2.11",
"@angular/platform-browser-dynamic": "~18.2.11",
"@angular/router": "~18.2.11",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"ng-three": "^0.87.2",
"rxjs": "^7.8.1",
"three": "^0.126.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "~18.2.11",
"@types/node": "^20",
"@types/three": "^0.126.2",
"typescript": "~5.5",
"zone.js": "^0.14.10"
}
}