| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "three_js_demo",
- "version": "0.0.0",
- "scripts": {
- "dev": "vite",
- "build": "run-p type-check build-only",
- "preview": "vite preview --port 4173",
- "build-only": "vite build",
- "type-check": "vue-tsc --noEmit"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@michaelray/indexdb": "^0.0.3",
- "@types/dat.gui": "^0.7.7",
- "@types/three": "^0.146.0",
- "dat.gui": "^0.7.9",
- "element-plus": "^2.8.8",
- "pinia": "^2.0.21",
- "three": "^0.146.0",
- "three-csg-ts": "^3.2.0",
- "three-js-csg": "^72.0.0",
- "vue": "^3.2.38",
- "vue-router": "^4.1.5"
- },
- "devDependencies": {
- "@types/node": "^16.18.119",
- "@vitejs/plugin-vue": "^3.0.3",
- "@vue/tsconfig": "^0.1.3",
- "npm-run-all": "^4.1.5",
- "typescript": "~4.7.4",
- "vite": "^3.0.9",
- "vue-tsc": "^0.40.7"
- }
- }
|