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.

30 lines
851 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
4 years ago
4 years ago
  1. {
  2. "name": "vapara-vue3",
  3. "version": "0.1.0",
  4. "license": "AGPL-3.0-or-later",
  5. "repository": "https://git.artcode.re/pvincent/vapara-vue3",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "linter": "eslint --ext .js,.ts,.vue --ignore-pattern \"*.d.ts\" src"
  10. },
  11. "dependencies": {
  12. "typescript": "4.1.x",
  13. "vue": "3.x"
  14. },
  15. "devDependencies": {
  16. "@types/node": "^14.14.31",
  17. "@typescript-eslint/eslint-plugin": "^4.15.2",
  18. "@typescript-eslint/parser": "^4.15.2",
  19. "@vitejs/plugin-vue": "^1.1.5",
  20. "@vue/compiler-sfc": "3.x",
  21. "@vue/eslint-config-typescript": "^7.0.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. "prettier": "^2.2.1",
  27. "vite": "^2.0.4",
  28. "vite-plugin-windicss": "^0.6.2"
  29. }
  30. }