-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
170 lines (170 loc) · 5.37 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "@platform/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"**comments**": "these scripts are here for convenience to debugging",
"generate-json": "node tools/scripts/generate-json.mjs",
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
"commit": "czg"
},
"private": true,
"devDependencies": {
"@analogjs/platform": "1.9.0",
"@analogjs/vite-plugin-angular": "1.9.0",
"@analogjs/vitest-angular": "1.9.0",
"@angular-devkit/build-angular": "18.2.10",
"@angular-devkit/core": "18.2.10",
"@angular-devkit/schematics": "18.2.10",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.10",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@capacitor/android": "^5.0.3",
"@capacitor/cli": "^5.0.3",
"@capacitor/ios": "^5.0.3",
"@chromatic-com/storybook": "^3.2.2",
"@nx/angular": "20.0.7",
"@nx/cypress": "20.0.7",
"@nx/devkit": "20.0.7",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/js": "20.0.7",
"@nx/plugin": "20.0.7",
"@nx/storybook": "20.0.7",
"@nx/vite": "20.0.7",
"@nx/web": "20.0.7",
"@nx/workspace": "20.0.7",
"@nxext/ionic-angular": "^19.0.0",
"@phenomnomnominal/tsquery": "^6.1.3",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.2",
"@schematics/angular": "18.2.10",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/angular": "^8.4.1",
"@storybook/builder-vite": "^8.4.1",
"@storybook/core-server": "^8.4.1",
"@storybook/manager-api": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.4.1",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.40",
"@types/jest": "29.5.14",
"@types/node": "20.14.12",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/utils": "7.17.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.1",
"cz-git": "^1.10.1",
"czg": "^1.10.1",
"dotenv-cli": "^7.4.2",
"enquirer": "^2.4.1",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"glsl-noise": "^0.0.0",
"glslify-loader": "^2.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.2.4",
"jsdom": "^24.1.1",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "18.2.1",
"nx": "20.0.7",
"postcss": "^8.4.47",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.6.0",
"postcss-url": "~10.1.3",
"postprocessing": "^6.36.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"raw-loader": "^4.0.2",
"release-it": "^17.6.0",
"storybook": "^8.4.1",
"storybook-addon-deep-controls": "^0.9.2",
"tailwindcss": "^3.4.14",
"three": "^0.169.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite": "5.4.10",
"vite-plugin-glslify": "^2.1.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0",
"vitest-webgl-canvas-mock": "^1.1.0"
},
"dependencies": {
"@analogjs/content": "1.9.0",
"@analogjs/router": "1.9.0",
"@angular/animations": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/platform-server": "18.2.9",
"@angular/router": "18.2.9",
"@capacitor/core": "^5.0.3",
"@capacitor/haptics": "^5.0.0",
"@capacitor/keyboard": "^5.0.0",
"@capacitor/status-bar": "^5.0.0",
"@dimforge/rapier3d-compat": "^0.14.0",
"@ionic/angular": "^7.0.0",
"@monogrid/gainmap-js": "^3.0.6",
"@nativescript/angular": "^18.1.3",
"@nativescript/canvas": "2.0.0-webgpu.11",
"@nativescript/canvas-media": "2.0.0-webgpu.11",
"@nativescript/canvas-three": "2.0.0-webgpu.11",
"@pmndrs/cannon-worker-api": "^2.4.0",
"@pmndrs/vanilla": "^1.19.3",
"@swc/helpers": "0.5.13",
"camera-controls": "^2.9.0",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"front-matter": "^4.0.2",
"gl-noise": "^1.6.1",
"gsap": "^3.12.5",
"hls.js": "^1.5.17",
"ionicons": "^7.4.0",
"maath": "^0.10.8",
"marked": "^13.0.3",
"marked-gfm-heading-id": "^4.1.0",
"marked-highlight": "^2.1.4",
"mermaid": "^10.9.1",
"meshline": "^3.3.1",
"n8ao": "^1.9.2",
"ngxtension": "^4.1.0",
"node-three-gltf": "^1.8.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "~7.8.1",
"stats-gl": "^2.2.8",
"three-custom-shader-material": "^6.0.13",
"three-mesh-bvh": "^0.8.2",
"three-stdlib": "^2.33.0",
"troika-three-text": "^0.50.2",
"tslib": "^2.7.0",
"zone.js": "0.15.0"
},
"web-types": [
"node_modules/angular-three/web-types.json",
"node_modules/angular-three-soba/web-types.json"
],
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"czConfig": "cz.config.js"
}
},
"packageManager": "[email protected]"
}