package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "platform",
  3. "version": "0.1.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node bootstrap",
  7. "dev": "vite",
  8. "build": "npm run build:client && npm run build:server",
  9. "build:client": "tsc && vite build",
  10. "build:server": "mw build",
  11. "serve": "vite preview",
  12. "test": "jest"
  13. },
  14. "dependencies": {
  15. "@midwayjs/bootstrap": "^2.13.4",
  16. "@midwayjs/decorator": "^2.13.2",
  17. "@midwayjs/hooks": "^2.2.2",
  18. "@midwayjs/koa": "^2.11.0",
  19. "@sc/handsontable": "^6.3.11",
  20. "@sc/tree": "^1.0.18",
  21. "@sc/util": "^1.0.9",
  22. "animate.css": "^4.1.1",
  23. "animejs": "^3.2.1",
  24. "ant-design-vue": "2.2.7",
  25. "axios": "^0.24.0",
  26. "echarts": "^5.2.2",
  27. "element-plus": "^1.1.0-beta.24",
  28. "koa-bodyparser": "^4.3.0",
  29. "lodash": "^4.17.21",
  30. "mitt": "^2.1.0",
  31. "vue": "^3.2.16",
  32. "vue-router": "^4.0.12",
  33. "vuex": "^4.0.2",
  34. "vuex-persistedstate": "^4.1.0"
  35. },
  36. "devDependencies": {
  37. "@babel/polyfill": "^7.12.1",
  38. "@midwayjs/cli": "^1.2.71",
  39. "@midwayjs/cli-plugin-build": "^1.2.70",
  40. "@midwayjs/hooks-testing-library": "^2.2.2",
  41. "@midwayjs/vite-plugin-hooks": "^2.2.3",
  42. "@sc/types": "^1.0.29",
  43. "@types/animejs": "^3.1.4",
  44. "@types/jest": "^26.0.23",
  45. "@types/koa-bodyparser": "^4.3.1",
  46. "@types/lodash": "^4.14.176",
  47. "@typescript-eslint/eslint-plugin": "^4.18.0",
  48. "@typescript-eslint/parser": "^4.18.0",
  49. "@vitejs/plugin-vue": "^1.9.3",
  50. "@vue/cli-plugin-eslint": "~4.5.0",
  51. "@vue/eslint-config-airbnb": "^6.0.0",
  52. "@vue/eslint-config-prettier": "^6.0.0",
  53. "@vue/eslint-config-typescript": "^7.0.0",
  54. "autoprefixer": "^10.4.0",
  55. "eslint": "^7.32.0",
  56. "eslint-plugin-import": "^2.20.2",
  57. "eslint-plugin-prettier": "^4.0.0",
  58. "eslint-plugin-vue": "^7.0.0",
  59. "eslint-plugin-vuejs-accessibility": "^1.1.0",
  60. "jest": "^26.6.3",
  61. "postcss": "^8.3.11",
  62. "prettier": "^2.4.1",
  63. "sass": "^1.43.4",
  64. "tailwindcss": "^2.2.19",
  65. "typescript": "^4.4.3",
  66. "vite": "^2.6.4",
  67. "vue-tsc": "^0.3.0",
  68. "vuex-module-decorators": "^1.0.1"
  69. }
  70. }