Skip to content

Commit 435a375

Browse files
committed
chore: update storybook
1 parent 0bc5200 commit 435a375

File tree

2 files changed

+355
-362
lines changed

2 files changed

+355
-362
lines changed

package.json

Lines changed: 173 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -1,175 +1,175 @@
11
{
2-
"name": "@platform/source",
3-
"version": "0.0.0",
4-
"license": "MIT",
5-
"scripts": {
6-
"**comments**": "these scripts are here for convenience to debugging",
7-
"generate-json": "node tools/scripts/generate-json.mjs",
8-
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
9-
"commit": "czg",
10-
"package_old": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin-old && nx generate-json @platform/source",
11-
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin,tweakpane"
12-
},
13-
"private": true,
14-
"devDependencies": {
15-
"@analogjs/platform": "1.13.0",
16-
"@analogjs/vite-plugin-angular": "1.13.0",
17-
"@analogjs/vitest-angular": "1.13.0",
18-
"@angular-devkit/build-angular": "19.1.6",
19-
"@angular-devkit/core": "19.1.6",
20-
"@angular-devkit/schematics": "19.1.6",
21-
"@angular-eslint/eslint-plugin": "19.1.0",
22-
"@angular-eslint/eslint-plugin-template": "19.1.0",
23-
"@angular-eslint/template-parser": "19.1.0",
24-
"@angular/build": "19.1.6",
25-
"@angular/cli": "~19.1.0",
26-
"@angular/compiler-cli": "19.1.5",
27-
"@angular/language-service": "19.1.5",
28-
"@chromatic-com/storybook": "^3.2.4",
29-
"@eslint/eslintrc": "^2.1.1",
30-
"@nx/angular": "20.4.5",
31-
"@nx/cypress": "20.4.5",
32-
"@nx/devkit": "20.4.5",
33-
"@nx/eslint": "20.4.5",
34-
"@nx/eslint-plugin": "20.4.5",
35-
"@nx/jest": "20.4.5",
36-
"@nx/js": "20.4.5",
37-
"@nx/plugin": "20.4.5",
38-
"@nx/storybook": "20.4.5",
39-
"@nx/vite": "20.4.5",
40-
"@nx/web": "20.4.5",
41-
"@nx/workspace": "20.4.5",
42-
"@phenomnomnominal/tsquery": "^6.1.3",
43-
"@rosskevin/gltfjsx": "^7.0.20",
44-
"@schematics/angular": "19.1.6",
45-
"@storybook/addon-essentials": "^8.5.3",
46-
"@storybook/addon-interactions": "^8.5.3",
47-
"@storybook/angular": "^8.5.3",
48-
"@storybook/core-server": "^8.5.3",
49-
"@storybook/manager-api": "^8.5.3",
50-
"@storybook/test": "^8.5.3",
51-
"@storybook/test-runner": "^0.21.0",
52-
"@storybook/theming": "^8.5.3",
53-
"@swc-node/register": "1.10.9",
54-
"@swc/cli": "0.6.0",
55-
"@swc/core": "1.10.15",
56-
"@tweakpane/core": "^2.0.5",
57-
"@types/jest": "29.5.14",
58-
"@types/node": "20.14.12",
59-
"@types/three": "^0.173.0",
60-
"@typescript-eslint/utils": "8.23.0",
61-
"@vitest/coverage-v8": "^1.0.4",
62-
"@vitest/ui": "^1.3.1",
63-
"autoprefixer": "^10.4.20",
64-
"cypress": "^13.17.0",
65-
"cz-git": "^1.11.0",
66-
"czg": "^1.11.0",
67-
"dotenv-cli": "^7.4.4",
68-
"enquirer": "^2.4.1",
69-
"eslint": "9.20.0",
70-
"eslint-config-prettier": "9.1.0",
71-
"eslint-plugin-cypress": "^2.13.4",
72-
"glsl-noise": "^0.0.0",
73-
"glslify-loader": "^2.0.0",
74-
"jest": "29.7.0",
75-
"jest-environment-jsdom": "29.7.0",
76-
"jest-environment-node": "^29.7.0",
77-
"jest-preset-angular": "14.5.1",
78-
"jsdom": "^24.1.1",
79-
"jsonc-eslint-parser": "^2.4.0",
80-
"ng-packagr": "19.1.2",
81-
"node-three-gltf": "^2.0.1",
82-
"nx": "20.4.5",
83-
"postcss": "^8.5.1",
84-
"postcss-import": "~16.1.0",
85-
"postcss-preset-env": "~9.6.0",
86-
"postcss-url": "~10.1.3",
87-
"postprocessing": "^6.36.7",
88-
"prettier": "^3.5.0",
89-
"prettier-plugin-organize-imports": "^4.1.0",
90-
"raw-loader": "^4.0.2",
91-
"storybook": "^8.5.3",
92-
"storybook-addon-deep-controls": "^0.9.2",
93-
"tailwindcss": "^3.4.17",
94-
"three": "^0.173.0",
95-
"ts-jest": "^29.2.5",
96-
"ts-morph": "^25.0.1",
97-
"ts-node": "10.9.2",
98-
"tweakpane": "^4.0.5",
99-
"typescript": "5.7.3",
100-
"typescript-eslint": "^8.23.0",
101-
"vite": "5.4.11",
102-
"vitest": "1.6.0",
103-
"vitest-webgl-canvas-mock": "^1.1.0"
104-
},
105-
"dependencies": {
106-
"@analogjs/content": "1.13.0",
107-
"@analogjs/router": "1.13.0",
108-
"@angular/animations": "19.1.5",
109-
"@angular/common": "19.1.5",
110-
"@angular/compiler": "19.1.5",
111-
"@angular/core": "19.1.5",
112-
"@angular/forms": "19.1.5",
113-
"@angular/platform-browser": "19.1.5",
114-
"@angular/platform-browser-dynamic": "19.1.5",
115-
"@angular/platform-server": "19.1.5",
116-
"@angular/router": "19.1.5",
117-
"@dimforge/rapier3d-compat": "^0.14.0",
118-
"@monogrid/gainmap-js": "^3.1.0",
119-
"@pmndrs/cannon-worker-api": "^2.4.0",
120-
"@pmndrs/vanilla": "^1.20.2",
121-
"@swc/helpers": "0.5.15",
122-
"camera-controls": "^2.9.0",
123-
"cannon-es": "^0.20.0",
124-
"cannon-es-debugger": "^1.0.0",
125-
"front-matter": "^4.0.2",
126-
"gl-noise": "^1.6.1",
127-
"gsap": "^3.12.7",
128-
"hls.js": "^1.5.20",
129-
"ionicons": "^7.4.0",
130-
"maath": "^0.10.8",
131-
"marked": "^13.0.3",
132-
"marked-gfm-heading-id": "^4.1.1",
133-
"marked-highlight": "^2.2.1",
134-
"mermaid": "^10.9.2",
135-
"meshline": "^3.3.1",
136-
"n8ao": "^1.9.4",
137-
"ngxtension": "^4.3.2",
138-
"prismjs": "^1.29.0",
139-
"react": "^18.3.1",
140-
"react-dom": "^18.3.1",
141-
"rxjs": "~7.8.1",
142-
"stats-gl": "^3.6.0",
143-
"three-custom-shader-material": "~6.3.0",
144-
"three-mesh-bvh": "^0.9.0",
145-
"three-stdlib": "^2.35.13",
146-
"troika-three-text": "^0.52.3",
147-
"tslib": "^2.8.1",
148-
"zone.js": "0.15.0"
149-
},
150-
"web-types": [
151-
"node_modules/angular-three/web-types.json",
152-
"node_modules/angular-three-soba/web-types.json"
153-
],
154-
"config": {
155-
"commitizen": {
156-
"path": "node_modules/cz-git",
157-
"czConfig": "cz.config.js"
158-
}
159-
},
160-
"packageManager": "[email protected]",
161-
"nx": {
162-
"targets": {
163-
"generate-json": {
164-
"executor": "nx:run-commands",
165-
"options": {
166-
"commands": [
167-
"node ./tools/scripts/generate-json.mjs",
168-
"node ./tools/scripts/generate-soba-json.mjs"
169-
],
170-
"parallel": true
171-
}
172-
}
173-
}
174-
}
2+
"name": "@platform/source",
3+
"version": "0.0.0",
4+
"license": "MIT",
5+
"scripts": {
6+
"**comments**": "these scripts are here for convenience to debugging",
7+
"generate-json": "node tools/scripts/generate-json.mjs",
8+
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
9+
"commit": "czg",
10+
"package_old": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin-old && nx generate-json @platform/source",
11+
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin,tweakpane"
12+
},
13+
"private": true,
14+
"devDependencies": {
15+
"@analogjs/platform": "1.13.0",
16+
"@analogjs/vite-plugin-angular": "1.13.0",
17+
"@analogjs/vitest-angular": "1.13.0",
18+
"@angular-devkit/build-angular": "19.1.6",
19+
"@angular-devkit/core": "19.1.6",
20+
"@angular-devkit/schematics": "19.1.6",
21+
"@angular-eslint/eslint-plugin": "19.1.0",
22+
"@angular-eslint/eslint-plugin-template": "19.1.0",
23+
"@angular-eslint/template-parser": "19.1.0",
24+
"@angular/build": "19.1.6",
25+
"@angular/cli": "~19.1.0",
26+
"@angular/compiler-cli": "19.1.5",
27+
"@angular/language-service": "19.1.5",
28+
"@chromatic-com/storybook": "^3.2.4",
29+
"@eslint/eslintrc": "^2.1.1",
30+
"@nx/angular": "20.4.5",
31+
"@nx/cypress": "20.4.5",
32+
"@nx/devkit": "20.4.5",
33+
"@nx/eslint": "20.4.5",
34+
"@nx/eslint-plugin": "20.4.5",
35+
"@nx/jest": "20.4.5",
36+
"@nx/js": "20.4.5",
37+
"@nx/plugin": "20.4.5",
38+
"@nx/storybook": "20.4.5",
39+
"@nx/vite": "20.4.5",
40+
"@nx/web": "20.4.5",
41+
"@nx/workspace": "20.4.5",
42+
"@phenomnomnominal/tsquery": "^6.1.3",
43+
"@rosskevin/gltfjsx": "^7.0.20",
44+
"@schematics/angular": "19.1.6",
45+
"@storybook/addon-essentials": "^8.5.7",
46+
"@storybook/addon-interactions": "^8.5.7",
47+
"@storybook/angular": "^8.5.7",
48+
"@storybook/core-server": "^8.5.7",
49+
"@storybook/manager-api": "^8.5.7",
50+
"@storybook/test": "^8.5.7",
51+
"@storybook/test-runner": "^0.21.2",
52+
"@storybook/theming": "^8.5.7",
53+
"@swc-node/register": "1.10.9",
54+
"@swc/cli": "0.6.0",
55+
"@swc/core": "1.10.15",
56+
"@tweakpane/core": "^2.0.5",
57+
"@types/jest": "29.5.14",
58+
"@types/node": "20.14.12",
59+
"@types/three": "^0.173.0",
60+
"@typescript-eslint/utils": "8.23.0",
61+
"@vitest/coverage-v8": "^1.0.4",
62+
"@vitest/ui": "^1.3.1",
63+
"autoprefixer": "^10.4.20",
64+
"cypress": "^13.17.0",
65+
"cz-git": "^1.11.0",
66+
"czg": "^1.11.0",
67+
"dotenv-cli": "^7.4.4",
68+
"enquirer": "^2.4.1",
69+
"eslint": "9.20.0",
70+
"eslint-config-prettier": "9.1.0",
71+
"eslint-plugin-cypress": "^2.13.4",
72+
"glsl-noise": "^0.0.0",
73+
"glslify-loader": "^2.0.0",
74+
"jest": "29.7.0",
75+
"jest-environment-jsdom": "29.7.0",
76+
"jest-environment-node": "^29.7.0",
77+
"jest-preset-angular": "14.5.1",
78+
"jsdom": "^24.1.1",
79+
"jsonc-eslint-parser": "^2.4.0",
80+
"ng-packagr": "19.1.2",
81+
"node-three-gltf": "^2.0.1",
82+
"nx": "20.4.5",
83+
"postcss": "^8.5.1",
84+
"postcss-import": "~16.1.0",
85+
"postcss-preset-env": "~9.6.0",
86+
"postcss-url": "~10.1.3",
87+
"postprocessing": "^6.36.7",
88+
"prettier": "^3.5.0",
89+
"prettier-plugin-organize-imports": "^4.1.0",
90+
"raw-loader": "^4.0.2",
91+
"storybook": "^8.5.7",
92+
"storybook-addon-deep-controls": "^0.9.2",
93+
"tailwindcss": "^3.4.17",
94+
"three": "^0.173.0",
95+
"ts-jest": "^29.2.5",
96+
"ts-morph": "^25.0.1",
97+
"ts-node": "10.9.2",
98+
"tweakpane": "^4.0.5",
99+
"typescript": "5.7.3",
100+
"typescript-eslint": "^8.23.0",
101+
"vite": "5.4.11",
102+
"vitest": "1.6.0",
103+
"vitest-webgl-canvas-mock": "^1.1.0"
104+
},
105+
"dependencies": {
106+
"@analogjs/content": "1.13.0",
107+
"@analogjs/router": "1.13.0",
108+
"@angular/animations": "19.1.5",
109+
"@angular/common": "19.1.5",
110+
"@angular/compiler": "19.1.5",
111+
"@angular/core": "19.1.5",
112+
"@angular/forms": "19.1.5",
113+
"@angular/platform-browser": "19.1.5",
114+
"@angular/platform-browser-dynamic": "19.1.5",
115+
"@angular/platform-server": "19.1.5",
116+
"@angular/router": "19.1.5",
117+
"@dimforge/rapier3d-compat": "^0.14.0",
118+
"@monogrid/gainmap-js": "^3.1.0",
119+
"@pmndrs/cannon-worker-api": "^2.4.0",
120+
"@pmndrs/vanilla": "^1.20.2",
121+
"@swc/helpers": "0.5.15",
122+
"camera-controls": "^2.9.0",
123+
"cannon-es": "^0.20.0",
124+
"cannon-es-debugger": "^1.0.0",
125+
"front-matter": "^4.0.2",
126+
"gl-noise": "^1.6.1",
127+
"gsap": "^3.12.7",
128+
"hls.js": "^1.5.20",
129+
"ionicons": "^7.4.0",
130+
"maath": "^0.10.8",
131+
"marked": "^13.0.3",
132+
"marked-gfm-heading-id": "^4.1.1",
133+
"marked-highlight": "^2.2.1",
134+
"mermaid": "^10.9.2",
135+
"meshline": "^3.3.1",
136+
"n8ao": "^1.9.4",
137+
"ngxtension": "^4.3.2",
138+
"prismjs": "^1.29.0",
139+
"react": "^18.3.1",
140+
"react-dom": "^18.3.1",
141+
"rxjs": "~7.8.1",
142+
"stats-gl": "^3.6.0",
143+
"three-custom-shader-material": "~6.3.0",
144+
"three-mesh-bvh": "^0.9.0",
145+
"three-stdlib": "^2.35.13",
146+
"troika-three-text": "^0.52.3",
147+
"tslib": "^2.8.1",
148+
"zone.js": "0.15.0"
149+
},
150+
"web-types": [
151+
"node_modules/angular-three/web-types.json",
152+
"node_modules/angular-three-soba/web-types.json"
153+
],
154+
"config": {
155+
"commitizen": {
156+
"path": "node_modules/cz-git",
157+
"czConfig": "cz.config.js"
158+
}
159+
},
160+
"packageManager": "[email protected]",
161+
"nx": {
162+
"targets": {
163+
"generate-json": {
164+
"executor": "nx:run-commands",
165+
"options": {
166+
"commands": [
167+
"node ./tools/scripts/generate-json.mjs",
168+
"node ./tools/scripts/generate-soba-json.mjs"
169+
],
170+
"parallel": true
171+
}
172+
}
173+
}
174+
}
175175
}

0 commit comments

Comments
 (0)