forked from angular-threejs/angular-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (114 loc) · 3.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "angular-three",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"release": "dotenv release-it --",
"start": "nx serve sandbox"
},
"private": true,
"devDependencies": {
"@analogjs/platform": "^0.2.0-beta.13",
"@angular-devkit/build-angular": "16.0.3",
"@angular-devkit/core": "16.0.3",
"@angular-devkit/schematics": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@angular-eslint/template-parser": "16.0.2",
"@angular/cli": "~16.0.3",
"@angular/compiler-cli": "16.0.3",
"@angular/language-service": "16.0.3",
"@nx/angular": "16.2.2",
"@nx/devkit": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/js": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/plugin": "16.2.2",
"@nx/storybook": "16.2.2",
"@nx/vite": "16.2.2",
"@nx/web": "16.2.2",
"@nx/workspace": "16.2.2",
"@release-it/bumper": "^4.0.2",
"@release-it/conventional-changelog": "^5.1.1",
"@schematics/angular": "16.0.3",
"@storybook/addon-essentials": "7.0.18",
"@storybook/angular": "7.0.18",
"@storybook/core-server": "7.0.18",
"@swc-node/register": "^1.6.5",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.60",
"@types/jest": "29.5.1",
"@types/node": "18.15.11",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.6",
"dotenv-cli": "^7.2.1",
"eslint": "~8.41.0",
"eslint-config-prettier": "8.8.0",
"glsl-noise": "^0.0.0",
"glslify-loader": "^2.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.1",
"jsdom": "^22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"ng-packagr": "~16.0.1",
"nx": "16.2.2",
"nx-cloud": "16.0.5",
"postcss": "^8.4.23",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.4.1",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"raw-loader": "^4.0.2",
"release-it": "^15.10.3",
"tailwindcss": "^3.3.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"vite": "4.3.9",
"vite-plugin-glslify": "^2.0.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.1"
},
"dependencies": {
"@analogjs/content": "^0.2.0-beta.13",
"@analogjs/router": "^0.2.0-beta.13",
"@angular/animations": "16.0.3",
"@angular/cdk": "16.0.2",
"@angular/common": "16.0.3",
"@angular/compiler": "16.0.3",
"@angular/core": "16.0.3",
"@angular/forms": "16.0.3",
"@angular/platform-browser": "16.0.3",
"@angular/platform-browser-dynamic": "16.0.3",
"@angular/platform-server": "^16.0.3",
"@angular/router": "16.0.3",
"@pmndrs/cannon-worker-api": "^2.3.2",
"@rx-angular/state": "^14.0.0",
"@swc/helpers": "0.5.1",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"front-matter": "^4.0.2",
"marked": "^5.0.3",
"ngx-resize": "^2.0.0",
"nice-color-palettes": "^3.0.0",
"postprocessing": "^6.31.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "~7.8.1",
"stats.js": "^0.17.0",
"three": "^0.152.2",
"three-mesh-bvh": "^0.6.0",
"three-stdlib": "^2.23.4",
"troika-three-text": "^0.47.2",
"tslib": "^2.5.2",
"zone.js": "0.13.0"
}
}