package.json 553 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "playground",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "three": "^0.150.1",
  13. "vue": "^3.2.47",
  14. "vue-router": "^4.1.6"
  15. },
  16. "devDependencies": {
  17. "@tresjs/cientos": "2.0.0-alpha.5",
  18. "@vitejs/plugin-vue": "^4.1.0",
  19. "typescript": "^4.9.3",
  20. "unplugin-auto-import": "^0.15.2",
  21. "unplugin-vue-components": "^0.24.1",
  22. "vite": "^4.2.0",
  23. "vue-tsc": "^1.2.0"
  24. }
  25. }