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.

28 lines
786 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "vapara-vue3",
  3. "version": "0.0.15",
  4. "origin": "https://git.artcode.re/pvincent/vapara-vue3",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "linter": "eslint --ext .js,.ts,.vue --ignore-pattern \"*.d.ts\" src"
  9. },
  10. "dependencies": {
  11. "typescript": "4.1.x",
  12. "vue": "3.x"
  13. },
  14. "devDependencies": {
  15. "@types/node": "^14.14.31",
  16. "@typescript-eslint/eslint-plugin": "^4.15.2",
  17. "@typescript-eslint/parser": "^4.15.2",
  18. "@vitejs/plugin-vue": "^1.1.5",
  19. "@vue/compiler-sfc": "3.x",
  20. "@vue/eslint-config-typescript": "^7.0.0",
  21. "@vue/eslint-plugin": "^4.2.0",
  22. "eslint": "^7.21.0",
  23. "eslint-config-prettier": "^8.1.0",
  24. "eslint-plugin-prettier": "^3.3.1",
  25. "eslint-plugin-vue": "^7.6.0",
  26. "vite": "^2.0.4"
  27. }
  28. }