aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d9e71af
--- /dev/null
+++ b/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "model-viewer-demo",
+ "version": "1.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc && vite build",
+ "preview": "vite preview",
+ "test": "node --import tsx --test --test-reporter spec './src/**/*.test.ts' './src/**/*.test.tsx'"
+ },
+ "dependencies": {
+ "@react-three/drei": "^10.7.7",
+ "@react-three/fiber": "^9.5.0",
+ "react": "^19.2.4",
+ "react-dom": "^19.2.4",
+ "three": "^0.182.0",
+ "zustand": "^5.0.10"
+ },
+ "devDependencies": {
+ "@eslint/js": "^9.39.2",
+ "@testing-library/react": "^16.3.2",
+ "@types/jsdom": "^27.0.0",
+ "@types/node": "^25.1.0",
+ "@types/react": "^19.2.10",
+ "@types/react-dom": "^19.2.3",
+ "@types/three": "^0.182.0",
+ "@vitejs/plugin-react": "^5.1.2",
+ "eslint": "^9.39.2",
+ "eslint-plugin-react": "^7.37.5",
+ "eslint-plugin-react-hooks": "^7.0.1",
+ "globals": "^17.2.0",
+ "jsdom": "^27.4.0",
+ "prettier": "^3.8.1",
+ "tsx": "^4.21.0",
+ "typescript": "^5.9.3",
+ "typescript-eslint": "^8.54.0",
+ "vite": "^7.3.1"
+ },
+ "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
+}