Skip to content

Commit d1b7fd6

Browse files
committed
feat: pivot configurator to 2d viewer
1 parent 8f46916 commit d1b7fd6

33 files changed

+1478
-15853
lines changed

frontend/package-lock.json

Lines changed: 1159 additions & 3144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"lint": "next lint",
1010
"test": "jest",
1111
"test:e2e": "playwright test -c ../playwright.config.ts",
12-
"assets:gen": "python ../scripts/generate_reference_glbs.py",
13-
"assets:pack": "bash ../scripts/pack_models.sh",
14-
"assets:validate": "python ../scripts/glb_validate.py public/models/*.glb --fail-on-warning",
15-
"assets:manifest": "python ../scripts/gen_glb_manifest.py > public/models/manifest.json",
16-
"assets:all": "npm run assets:gen && npm run assets:pack && npm run assets:validate && npm run assets:manifest",
1712
"test:manifest": "vitest run --reporter=dot",
1813
"perf:budget": "node ./tools/perf/run-perf-budget.js"
1914
},
@@ -38,7 +33,6 @@
3833
"react": "^18",
3934
"react-dom": "^18",
4035
"react-icons": "^5.3.0",
41-
"threepipe": "file:../ext/threepipe",
4236
"web-vitals": "^4.2.4",
4337
"zustand": "^4.5.0",
4438
"@graphql-typed-document-node/core": "^3.2.0",

frontend/pnpm-lock.yaml

Lines changed: 0 additions & 11459 deletions
This file was deleted.
2.59 KB
Loading
2.7 KB
Loading
2.69 KB
Loading
2.71 KB
Loading
2.71 KB
Loading
2.7 KB
Loading
2.7 KB
Loading

0 commit comments

Comments
 (0)