package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "vue_tsx",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  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. "vant": "^3.1.5"
  16. },
  17. "devDependencies": {
  18. "@types/node": "^14.14.41",
  19. "@typescript-eslint/eslint-plugin": "^4.22.0",
  20. "@typescript-eslint/parser": "^4.22.0",
  21. "@vitejs/plugin-vue": "^1.2.1",
  22. "@vitejs/plugin-vue-jsx": "^1.1.3",
  23. "@vue/compiler-sfc": "3.0.11",
  24. "@vuedx/typecheck": "^0.6.3",
  25. "@vuedx/typescript-plugin-vue": "^0.6.3",
  26. "babel-polyfill": "^6.26.0",
  27. "eslint": "^7.24.0",
  28. "eslint-config-prettier": "^8.2.0",
  29. "eslint-plugin-prettier": "^3.4.0",
  30. "eslint-plugin-vue": "7.9.0",
  31. "postcss-px-to-viewport": "^1.1.1",
  32. "prettier": "^2.2.1",
  33. "sass": "^1.32.11",
  34. "typescript": "^4.2.4",
  35. "vite": "2.6.13",
  36. "vue-eslint-parser": "^7.6.0"
  37. }
  38. }