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.1.0",
- "@tresjs/core": "workspace:^",
- "@tresjs/leches": "https://pkg.pr.new/@tresjs/leches@9ad0cd3",
- "vue-router": "^4.5.0"
- },
- "devDependencies": {
- "@tweakpane/plugin-essentials": "^0.2.0",
- "unplugin-auto-import": "^19.0.0",
- "vite-plugin-glsl": "^1.3.1",
- "vite-plugin-qrcode": "^0.2.4",
- "vite-plugin-vue-devtools": "7.7.1",
- "vue-tsc": "^2.2.0"
- }
- }
|