-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.07 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
60
61
62
63
64
65
66
{
"name": "sandbox",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "ng serve",
"ng": "ng",
"start": "npm run dev",
"build**": "node --max-old-space-size=4096 node_modules/.bin/nx build",
"build": "nx build",
"watch": "ng build --watch",
"test": "ng test"
},
"dependencies": {
"@analogjs/router": "latest",
"@angular/animations": "^15.2.5",
"@angular/cdk": "^15.2.5",
"@angular/common": "^15.2.5",
"@angular/compiler": "^15.2.5",
"@angular/core": "^15.2.5",
"@angular/forms": "^15.2.5",
"@angular/platform-browser": "^15.2.5",
"@angular/platform-browser-dynamic": "^15.2.5",
"@angular/platform-server": "^15.2.5",
"@angular/router": "^15.2.5",
"@nrwl/angular": "~15.9.2",
"@pmndrs/cannon-worker-api": "^2.3.2",
"angular-three": "^1.9.14",
"angular-three-cannon": "^1.5.2",
"angular-three-postprocessing": "^1.5.2",
"angular-three-soba": "^1.13.0",
"cannon-es": "^0.20.0",
"daisyui": "^2.51.5",
"gsap": "^3.11.5",
"nice-color-palettes": "^3.0.0",
"postprocessing": "^6.30.2",
"rxjs": "~7.8.0",
"stats.js": "^0.17.0",
"three": "^0.150.1",
"three-stdlib": "^2.21.8",
"tslib": "^2.5.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@analogjs/platform": "latest",
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "~15.2.4",
"@angular/compiler-cli": "^15.2.5",
"@nrwl/vite": "~15.9.2",
"@types/three": "^0.150.1",
"autoprefixer": "^10.4.14",
"glsl-noise": "^0.0.0",
"jsdom": "^21.1.1",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"tailwindcss": "^3.3.1",
"typescript": "~4.9.5",
"vite": "^4.2.1",
"vite-plugin-glslify": "^2.0.1",
"vitest": "^0.29.8"
}
}