You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
530 B

1 month ago
  1. {
  2. "name": "wayline",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "egm96-universal": "^1.1.1",
  13. "pinia": "^3.0.3",
  14. "vue": "^3.5.17"
  15. },
  16. "devDependencies": {
  17. "@vitejs/plugin-vue": "^6.0.0",
  18. "@vue/tsconfig": "^0.7.0",
  19. "cesium": "^1.131.0",
  20. "typescript": "~5.8.3",
  21. "vite": "^7.0.4",
  22. "vite-plugin-cesium": "^1.2.23",
  23. "vue-tsc": "^2.2.12"
  24. }
  25. }