package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "squi",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite serve --mode dev",
  7. "build": "vite build --mode test",
  8. "prod": "vite build --mode prod",
  9. "zwy": "vite build --mode zwy",
  10. "lint": "eslint --fix --ext .ts,.tsx,.json src"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons": "^0.0.11",
  14. "@wangeditor/editor": "^5.0.1",
  15. "@wangeditor/editor-for-vue": "^5.1.11",
  16. "axios": "^0.24.0",
  17. "clsx": "^1.1.1",
  18. "core-js": "^3.6.5",
  19. "echarts": "^5.2.1",
  20. "element-plus": "^1.1.0-beta.24",
  21. "moment": "^2.29.3",
  22. "nprogress": "^0.2.0",
  23. "ol": "^6.9.0",
  24. "pinia": "^2.0.0",
  25. "vant": "3",
  26. "vue": "^3.0.0",
  27. "vue-router": "^4.0.12",
  28. "vuex": "^4.0.0-0"
  29. },
  30. "devDependencies": {
  31. "@types/lodash": "^4.14.176",
  32. "@types/node": "^16.11.6",
  33. "@types/nprogress": "^0.2.0",
  34. "@typescript-eslint/eslint-plugin": "^5.2.0",
  35. "@typescript-eslint/parser": "^5.2.0",
  36. "@vitejs/plugin-vue": "^1.9.3",
  37. "@vitejs/plugin-vue-jsx": "^1.2.0",
  38. "@vue/babel-plugin-jsx": "^1.1.1",
  39. "@vue/compiler-sfc": "^3.0.0",
  40. "@vue/eslint-config-prettier": "^6.0.0",
  41. "@vue/eslint-config-typescript": "^8.0.0",
  42. "babel-eslint": "^10.1.0",
  43. "eslint": "^6.7.2",
  44. "eslint-plugin-prettier": "^4.0.0",
  45. "eslint-plugin-vue": "^7.0.0",
  46. "prettier": "^2.4.1",
  47. "sass": "^1.27.0",
  48. "sass-loader": "^10.0.4",
  49. "typescript": "^4.4.4",
  50. "unplugin-element-plus": "^0.1.3",
  51. "unplugin-vue-components": "^0.16.0",
  52. "vite": "^2.6.11",
  53. "vite-plugin-style-import": "^1.4.0",
  54. "vite-svg-loader": "^2.2.0",
  55. "vue-cli-plugin-element-plus": "~0.0.13"
  56. },
  57. "browserslist": [
  58. "> 1%",
  59. "last 2 versions",
  60. "not dead"
  61. ]
  62. }