package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "pdfjs-dist": "^2.12.313",
  13. "vant": "^3.6.11",
  14. "vue": "3.0.11",
  15. "vue-pdf-embed": "^1.1.4",
  16. "vue-router": "^4.0.6",
  17. "vue3-pdfjs": "^0.1.6",
  18. "vuex": "4.0.0"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^14.14.41",
  22. "@typescript-eslint/eslint-plugin": "^4.22.0",
  23. "@typescript-eslint/parser": "^4.22.0",
  24. "@vitejs/plugin-vue": "^1.2.1",
  25. "@vitejs/plugin-vue-jsx": "^1.1.3",
  26. "@vue/compiler-sfc": "3.0.11",
  27. "@vuedx/typecheck": "^0.6.3",
  28. "@vuedx/typescript-plugin-vue": "^0.6.3",
  29. "babel-polyfill": "^6.26.0",
  30. "eslint": "^7.24.0",
  31. "eslint-config-prettier": "^8.2.0",
  32. "eslint-plugin-prettier": "^3.4.0",
  33. "eslint-plugin-vue": "7.9.0",
  34. "postcss-px-to-viewport": "^1.1.1",
  35. "prettier": "^2.2.1",
  36. "sass": "^1.32.11",
  37. "typescript": "^4.2.4",
  38. "vite": "2.6.13",
  39. "vue-eslint-parser": "^7.6.0"
  40. }
  41. }