Skip to content

Commit 7ac0996

Browse files
committed
chore: update storybook
1 parent da1f456 commit 7ac0996

File tree

2 files changed

+628
-511
lines changed

2 files changed

+628
-511
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/json/index.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 && nx generate-json @platform/source --skip-nx-cache"
12-
},
13-
"private": true,
14-
"devDependencies": {
15-
"@angular-devkit/build-angular": "19.2.1",
16-
"@angular-devkit/core": "19.2.1",
17-
"@angular-devkit/schematics": "19.2.1",
18-
"@angular-eslint/eslint-plugin": "19.2.1",
19-
"@angular-eslint/eslint-plugin-template": "19.2.1",
20-
"@angular-eslint/template-parser": "19.2.1",
21-
"@angular/build": "19.2.1",
22-
"@angular/cli": "~19.2.0",
23-
"@angular/compiler-cli": "19.2.1",
24-
"@angular/language-service": "19.2.1",
25-
"@chromatic-com/storybook": "^3.2.5",
26-
"@eslint/eslintrc": "^2.1.1",
27-
"@nx/angular": "20.5.0",
28-
"@nx/cypress": "20.5.0",
29-
"@nx/devkit": "20.5.0",
30-
"@nx/eslint": "20.5.0",
31-
"@nx/eslint-plugin": "20.5.0",
32-
"@nx/jest": "20.5.0",
33-
"@nx/js": "20.5.0",
34-
"@nx/plugin": "20.5.0",
35-
"@nx/storybook": "20.5.0",
36-
"@nx/vite": "20.5.0",
37-
"@nx/web": "20.5.0",
38-
"@nx/workspace": "20.5.0",
39-
"@phenomnomnominal/tsquery": "^6.1.3",
40-
"@rosskevin/gltfjsx": "^7.1.3",
41-
"@schematics/angular": "19.2.1",
42-
"@storybook/addon-essentials": "^8.6.2",
43-
"@storybook/addon-interactions": "^8.6.2",
44-
"@storybook/angular": "^8.6.2",
45-
"@storybook/core-server": "^8.6.2",
46-
"@storybook/manager-api": "^8.6.2",
47-
"@storybook/test": "^8.6.2",
48-
"@storybook/test-runner": "^0.22.0",
49-
"@storybook/theming": "^8.6.2",
50-
"@swc-node/register": "1.10.9",
51-
"@swc/cli": "0.6.0",
52-
"@swc/core": "1.10.17",
53-
"@tweakpane/core": "^2.0.5",
54-
"@types/jest": "29.5.14",
55-
"@types/node": "20.14.12",
56-
"@types/three": "^0.174.0",
57-
"@typescript-eslint/utils": "8.24.1",
58-
"@vitest/coverage-v8": "^1.0.4",
59-
"@vitest/ui": "^1.3.1",
60-
"autoprefixer": "^10.4.20",
61-
"cypress": "^13.17.0",
62-
"cz-git": "^1.11.0",
63-
"czg": "^1.11.0",
64-
"dotenv-cli": "^7.4.4",
65-
"enquirer": "^2.4.1",
66-
"eslint": "9.20.1",
67-
"eslint-config-prettier": "9.1.0",
68-
"eslint-plugin-cypress": "^2.13.4",
69-
"glsl-noise": "^0.0.0",
70-
"glslify-loader": "^2.0.0",
71-
"jest": "29.7.0",
72-
"jest-environment-jsdom": "29.7.0",
73-
"jest-environment-node": "^29.7.0",
74-
"jest-preset-angular": "14.5.3",
75-
"jiti": "2.4.2",
76-
"jsdom": "^24.1.1",
77-
"jsonc-eslint-parser": "^2.4.0",
78-
"ng-packagr": "19.2.0",
79-
"node-three-gltf": "^2.0.1",
80-
"nx": "20.5.0",
81-
"postcss": "^8.5.3",
82-
"postcss-import": "~16.1.0",
83-
"postcss-preset-env": "~9.6.0",
84-
"postcss-url": "~10.1.3",
85-
"postprocessing": "^6.36.7",
86-
"prettier": "^3.5.2",
87-
"prettier-plugin-organize-imports": "^4.1.0",
88-
"raw-loader": "^4.0.2",
89-
"storybook": "^8.6.2",
90-
"storybook-addon-deep-controls": "^0.9.2",
91-
"tailwindcss": "^3.4.17",
92-
"three": "^0.174.0",
93-
"ts-jest": "^29.2.6",
94-
"ts-morph": "^25.0.1",
95-
"ts-node": "10.9.2",
96-
"tweakpane": "^4.0.5",
97-
"typescript": "5.7.3",
98-
"typescript-eslint": "^8.24.1",
99-
"vite": "6.2.1",
100-
"vitest": "1.6.0",
101-
"vitest-webgl-canvas-mock": "^1.1.0"
102-
},
103-
"dependencies": {
104-
"@angular/animations": "19.2.1",
105-
"@angular/common": "19.2.1",
106-
"@angular/compiler": "19.2.1",
107-
"@angular/core": "19.2.1",
108-
"@angular/forms": "19.2.1",
109-
"@angular/platform-browser": "19.2.1",
110-
"@angular/platform-browser-dynamic": "19.2.1",
111-
"@angular/platform-server": "19.2.1",
112-
"@angular/router": "19.2.1",
113-
"@dimforge/rapier3d-compat": "^0.14.0",
114-
"@monogrid/gainmap-js": "^3.1.0",
115-
"@pmndrs/cannon-worker-api": "^2.4.0",
116-
"@pmndrs/vanilla": "^1.20.2",
117-
"@swc/helpers": "0.5.15",
118-
"camera-controls": "^2.10.0",
119-
"cannon-es": "^0.20.0",
120-
"cannon-es-debugger": "^1.0.0",
121-
"front-matter": "^4.0.2",
122-
"gl-noise": "^1.6.1",
123-
"gsap": "^3.12.7",
124-
"hls.js": "^1.5.20",
125-
"ionicons": "^7.4.0",
126-
"maath": "^0.10.8",
127-
"marked": "^13.0.3",
128-
"marked-gfm-heading-id": "^4.1.1",
129-
"marked-highlight": "^2.2.1",
130-
"mermaid": "^10.9.2",
131-
"meshline": "^3.3.1",
132-
"n8ao": "^1.9.4",
133-
"ngxtension": "^4.3.2",
134-
"prismjs": "^1.29.0",
135-
"react": "^18.3.1",
136-
"react-dom": "^18.3.1",
137-
"rxjs": "~7.8.2",
138-
"stats-gl": "^3.6.0",
139-
"three-custom-shader-material": "~6.3.1",
140-
"three-mesh-bvh": "^0.9.0",
141-
"three-stdlib": "^2.35.14",
142-
"troika-three-text": "^0.52.3",
143-
"tslib": "^2.8.1",
144-
"zone.js": "0.15.0"
145-
},
146-
"web-types": [
147-
"node_modules/angular-three/web-types.json",
148-
"node_modules/angular-three-soba/web-types.json"
149-
],
150-
"config": {
151-
"commitizen": {
152-
"path": "node_modules/cz-git",
153-
"czConfig": "cz.config.js"
154-
}
155-
},
156-
"packageManager": "[email protected]",
157-
"nx": {
158-
"targets": {
159-
"generate-json": {
160-
"executor": "nx:run-commands",
161-
"options": {
162-
"commands": [
163-
"node ./tools/scripts/json/index.mjs"
164-
],
165-
"parallel": true
166-
}
167-
}
168-
}
169-
},
170-
"pnpm": {
171-
"patchedDependencies": {
172-
"@nx/angular": "patches/@nx__angular.patch"
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/json/index.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 && nx generate-json @platform/source --skip-nx-cache"
12+
},
13+
"private": true,
14+
"devDependencies": {
15+
"@angular-devkit/build-angular": "19.2.1",
16+
"@angular-devkit/core": "19.2.1",
17+
"@angular-devkit/schematics": "19.2.1",
18+
"@angular-eslint/eslint-plugin": "19.2.1",
19+
"@angular-eslint/eslint-plugin-template": "19.2.1",
20+
"@angular-eslint/template-parser": "19.2.1",
21+
"@angular/build": "19.2.1",
22+
"@angular/cli": "~19.2.0",
23+
"@angular/compiler-cli": "19.2.1",
24+
"@angular/language-service": "19.2.1",
25+
"@chromatic-com/storybook": "^3.2.5",
26+
"@eslint/eslintrc": "^2.1.1",
27+
"@nx/angular": "20.5.0",
28+
"@nx/cypress": "20.5.0",
29+
"@nx/devkit": "20.5.0",
30+
"@nx/eslint": "20.5.0",
31+
"@nx/eslint-plugin": "20.5.0",
32+
"@nx/jest": "20.5.0",
33+
"@nx/js": "20.5.0",
34+
"@nx/plugin": "20.5.0",
35+
"@nx/storybook": "20.5.0",
36+
"@nx/vite": "20.5.0",
37+
"@nx/web": "20.5.0",
38+
"@nx/workspace": "20.5.0",
39+
"@phenomnomnominal/tsquery": "^6.1.3",
40+
"@rosskevin/gltfjsx": "^7.1.3",
41+
"@schematics/angular": "19.2.1",
42+
"@storybook/addon-essentials": "^8.6.4",
43+
"@storybook/addon-interactions": "^8.6.4",
44+
"@storybook/angular": "^8.6.4",
45+
"@storybook/core-server": "^8.6.4",
46+
"@storybook/manager-api": "^8.6.4",
47+
"@storybook/test": "^8.6.4",
48+
"@storybook/test-runner": "^0.22.0",
49+
"@storybook/theming": "^8.6.4",
50+
"@swc-node/register": "1.10.9",
51+
"@swc/cli": "0.6.0",
52+
"@swc/core": "1.10.17",
53+
"@tweakpane/core": "^2.0.5",
54+
"@types/jest": "29.5.14",
55+
"@types/node": "20.14.12",
56+
"@types/three": "^0.174.0",
57+
"@typescript-eslint/utils": "8.24.1",
58+
"@vitest/coverage-v8": "^1.0.4",
59+
"@vitest/ui": "^1.3.1",
60+
"autoprefixer": "^10.4.20",
61+
"cypress": "^13.17.0",
62+
"cz-git": "^1.11.0",
63+
"czg": "^1.11.0",
64+
"dotenv-cli": "^7.4.4",
65+
"enquirer": "^2.4.1",
66+
"eslint": "9.20.1",
67+
"eslint-config-prettier": "9.1.0",
68+
"eslint-plugin-cypress": "^2.13.4",
69+
"glsl-noise": "^0.0.0",
70+
"glslify-loader": "^2.0.0",
71+
"jest": "29.7.0",
72+
"jest-environment-jsdom": "29.7.0",
73+
"jest-environment-node": "^29.7.0",
74+
"jest-preset-angular": "14.5.3",
75+
"jiti": "2.4.2",
76+
"jsdom": "^24.1.1",
77+
"jsonc-eslint-parser": "^2.4.0",
78+
"ng-packagr": "19.2.0",
79+
"node-three-gltf": "^2.0.1",
80+
"nx": "20.5.0",
81+
"postcss": "^8.5.3",
82+
"postcss-import": "~16.1.0",
83+
"postcss-preset-env": "~9.6.0",
84+
"postcss-url": "~10.1.3",
85+
"postprocessing": "^6.36.7",
86+
"prettier": "^3.5.2",
87+
"prettier-plugin-organize-imports": "^4.1.0",
88+
"raw-loader": "^4.0.2",
89+
"storybook": "^8.6.4",
90+
"storybook-addon-deep-controls": "^0.9.2",
91+
"tailwindcss": "^3.4.17",
92+
"three": "^0.174.0",
93+
"ts-jest": "^29.2.6",
94+
"ts-morph": "^25.0.1",
95+
"ts-node": "10.9.2",
96+
"tweakpane": "^4.0.5",
97+
"typescript": "5.7.3",
98+
"typescript-eslint": "^8.24.1",
99+
"vite": "6.2.1",
100+
"vitest": "1.6.0",
101+
"vitest-webgl-canvas-mock": "^1.1.0"
102+
},
103+
"dependencies": {
104+
"@angular/animations": "19.2.1",
105+
"@angular/common": "19.2.1",
106+
"@angular/compiler": "19.2.1",
107+
"@angular/core": "19.2.1",
108+
"@angular/forms": "19.2.1",
109+
"@angular/platform-browser": "19.2.1",
110+
"@angular/platform-browser-dynamic": "19.2.1",
111+
"@angular/platform-server": "19.2.1",
112+
"@angular/router": "19.2.1",
113+
"@dimforge/rapier3d-compat": "^0.14.0",
114+
"@monogrid/gainmap-js": "^3.1.0",
115+
"@pmndrs/cannon-worker-api": "^2.4.0",
116+
"@pmndrs/vanilla": "^1.20.2",
117+
"@swc/helpers": "0.5.15",
118+
"camera-controls": "^2.10.0",
119+
"cannon-es": "^0.20.0",
120+
"cannon-es-debugger": "^1.0.0",
121+
"front-matter": "^4.0.2",
122+
"gl-noise": "^1.6.1",
123+
"gsap": "^3.12.7",
124+
"hls.js": "^1.5.20",
125+
"ionicons": "^7.4.0",
126+
"maath": "^0.10.8",
127+
"marked": "^13.0.3",
128+
"marked-gfm-heading-id": "^4.1.1",
129+
"marked-highlight": "^2.2.1",
130+
"mermaid": "^10.9.2",
131+
"meshline": "^3.3.1",
132+
"n8ao": "^1.9.4",
133+
"ngxtension": "^4.3.2",
134+
"prismjs": "^1.29.0",
135+
"react": "^18.3.1",
136+
"react-dom": "^18.3.1",
137+
"rxjs": "~7.8.2",
138+
"stats-gl": "^3.6.0",
139+
"three-custom-shader-material": "~6.3.1",
140+
"three-mesh-bvh": "^0.9.0",
141+
"three-stdlib": "^2.35.14",
142+
"troika-three-text": "^0.52.3",
143+
"tslib": "^2.8.1",
144+
"zone.js": "0.15.0"
145+
},
146+
"web-types": [
147+
"node_modules/angular-three/web-types.json",
148+
"node_modules/angular-three-soba/web-types.json"
149+
],
150+
"config": {
151+
"commitizen": {
152+
"path": "node_modules/cz-git",
153+
"czConfig": "cz.config.js"
154+
}
155+
},
156+
"packageManager": "[email protected]",
157+
"nx": {
158+
"targets": {
159+
"generate-json": {
160+
"executor": "nx:run-commands",
161+
"options": {
162+
"commands": [
163+
"node ./tools/scripts/json/index.mjs"
164+
],
165+
"parallel": true
166+
}
167+
}
168+
}
169+
},
170+
"pnpm": {
171+
"patchedDependencies": {
172+
"@nx/angular": "patches/@nx__angular.patch"
173+
}
174+
}
175175
}

0 commit comments

Comments
 (0)