12345678910111213141516171819202122232425 |
- {
- "name": "playground",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc && vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "three": "^0.150.1",
- "vue": "^3.2.47",
- "vue-router": "^4.1.6"
- },
- "devDependencies": {
- "@tresjs/cientos": "2.0.0-alpha.5",
- "@vitejs/plugin-vue": "^4.1.0",
- "typescript": "^4.9.3",
- "unplugin-auto-import": "^0.15.2",
- "unplugin-vue-components": "^0.24.1",
- "vite": "^4.2.0",
- "vue-tsc": "^1.2.0"
- }
- }
|