12345678910111213141516171819202122232425 |
- {
- "name": "playground",
- "type": "module",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "dev": "vite --host",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@tresjs/cientos": "4.0.3",
- "@tresjs/core": "workspace:^",
- "vue-router": "^4.5.0"
- },
- "devDependencies": {
- "@tresjs/leches": "0.15.0-next.3",
- "@tweakpane/plugin-essentials": "^0.2.0",
- "unplugin-auto-import": "^0.19.0",
- "vite-plugin-glsl": "^1.3.1",
- "vite-plugin-qrcode": "^0.2.3",
- "vite-plugin-vue-devtools": "7.6.8",
- "vue-tsc": "^2.1.10"
- }
- }
|