package.json 979 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "vue_tsx",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite --host",
  6. "build:dev": "vite build --mode test",
  7. "build": "vite build --mode production"
  8. },
  9. "dependencies": {
  10. "axios": "^0.22.0",
  11. "dayjs": "^1.10.8",
  12. "vue": "3.0.11",
  13. "vue-router": "^4.0.6",
  14. "vuex": "4.0.0"
  15. },
  16. "devDependencies": {
  17. "@types/node": "^14.14.41",
  18. "@typescript-eslint/eslint-plugin": "^4.22.0",
  19. "@typescript-eslint/parser": "^4.22.0",
  20. "@vitejs/plugin-vue": "^1.2.1",
  21. "@vitejs/plugin-vue-jsx": "^1.1.3",
  22. "@vue/compiler-sfc": "3.0.11",
  23. "@vuedx/typecheck": "^0.6.3",
  24. "@vuedx/typescript-plugin-vue": "^0.6.3",
  25. "eslint": "^7.24.0",
  26. "eslint-config-prettier": "^8.2.0",
  27. "eslint-plugin-prettier": "^3.4.0",
  28. "eslint-plugin-vue": "7.9.0",
  29. "postcss-px-to-viewport": "^1.1.1",
  30. "prettier": "^2.2.1",
  31. "sass": "^1.32.11",
  32. "typescript": "^4.2.4",
  33. "vite": "2.6.13",
  34. "vue-eslint-parser": "^7.6.0"
  35. }
  36. }