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.

24 lines
615 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 \"src/**/*.{js,ts,vue}\" --ignore-pattern \"*.d.ts\""
  9. },
  10. "dependencies": {
  11. "typescript": "4.x",
  12. "vue": "3.x"
  13. },
  14. "devDependencies": {
  15. "@types/node": "^14.14.31",
  16. "@typescript-eslint/eslint-plugin": "^4.15.2",
  17. "@vitejs/plugin-vue": "^1.1.5",
  18. "@vue/compiler-sfc": "3.x",
  19. "@vue/eslint-plugin": "^4.2.0",
  20. "eslint": "^7.21.0",
  21. "eslint-plugin-vue": "^7.6.0",
  22. "vite": "^2.0.4"
  23. }
  24. }