package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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/axios": "^2.13.4",
  16. "@midwayjs/bootstrap": "^2.13.4",
  17. "@midwayjs/cache": "^2.13.4",
  18. "@midwayjs/core": "^2.13.4",
  19. "@midwayjs/decorator": "^2.13.2",
  20. "@midwayjs/hooks": "^2.2.2",
  21. "@midwayjs/koa": "^2.11.0",
  22. "@midwayjs/mongoose": "^2.13.4",
  23. "@midwayjs/process-agent": "^2.13.4",
  24. "@midwayjs/redis": "^2.13.4",
  25. "@midwayjs/socketio": "^2.13.4",
  26. "@midwayjs/view-nunjucks": "^2.13.4",
  27. "@sc/handsontable": "^6.3.11",
  28. "@sc/tree": "^1.0.18",
  29. "@sc/util": "^1.0.9",
  30. "animate.css": "^4.1.1",
  31. "animejs": "^3.2.1",
  32. "ant-design-vue": "2.2.7",
  33. "axios": "^0.24.0",
  34. "cache-manager": "^3.6.0",
  35. "echarts": "^5.2.2",
  36. "element-plus": "^1.1.0-beta.24",
  37. "koa-bodyparser": "^4.3.0",
  38. "koa-session": "^6.2.0",
  39. "lodash": "^4.17.21",
  40. "mitt": "^2.1.0",
  41. "mongoose": "^5.13.13",
  42. "vue": "^3.2.16",
  43. "vue-router": "^4.0.12",
  44. "vuex": "^4.0.2",
  45. "vuex-persistedstate": "^4.1.0"
  46. },
  47. "devDependencies": {
  48. "@babel/polyfill": "^7.12.1",
  49. "@midwayjs/cli": "^1.2.71",
  50. "@midwayjs/cli-plugin-build": "^1.2.70",
  51. "@midwayjs/hooks-testing-library": "^2.2.2",
  52. "@midwayjs/vite-plugin-hooks": "^2.2.3",
  53. "@sc/types": "^1.0.29",
  54. "@types/animejs": "^3.1.4",
  55. "@types/cache-manager": "^3.4.2",
  56. "@types/ioredis": "^4.28.1",
  57. "@types/jest": "^26.0.23",
  58. "@types/koa-bodyparser": "^4.3.1",
  59. "@types/koa-session": "^5.10.4",
  60. "@types/lodash": "^4.14.176",
  61. "@types/socket.io-client": "^3.0.0",
  62. "@typescript-eslint/eslint-plugin": "^4.18.0",
  63. "@typescript-eslint/parser": "^4.18.0",
  64. "@vitejs/plugin-vue": "^1.9.3",
  65. "@vue/cli-plugin-eslint": "~4.5.0",
  66. "@vue/eslint-config-airbnb": "^6.0.0",
  67. "@vue/eslint-config-prettier": "^6.0.0",
  68. "@vue/eslint-config-typescript": "^7.0.0",
  69. "autoprefixer": "^10.4.0",
  70. "eslint": "^7.32.0",
  71. "eslint-plugin-import": "^2.20.2",
  72. "eslint-plugin-prettier": "^4.0.0",
  73. "eslint-plugin-vue": "^7.0.0",
  74. "eslint-plugin-vuejs-accessibility": "^1.1.0",
  75. "jest": "^26.6.3",
  76. "postcss": "^8.3.11",
  77. "prettier": "^2.4.1",
  78. "sass": "^1.43.4",
  79. "socket.io-client": "^4.4.0",
  80. "tailwindcss": "^2.2.19",
  81. "typescript": "^4.4.3",
  82. "vite": "^2.6.4",
  83. "vue-tsc": "^0.3.0",
  84. "vuex-module-decorators": "^1.0.1"
  85. }
  86. }