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.

18 lines
331 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "vapara-vue3",
  3. "version": "0.0.7",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "dependencies": {
  9. "typescript": "4.x",
  10. "vue": "3.x"
  11. },
  12. "devDependencies": {
  13. "@types/node": "^14.14.31",
  14. "@vitejs/plugin-vue": "^1.1.5",
  15. "@vue/compiler-sfc": "3.x",
  16. "vite": "^2.0.4"
  17. }
  18. }