package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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/hooks": "^2.2.2",
  17. "@midwayjs/koa": "^2.11.0",
  18. "@sc/handsontable": "^6.3.11",
  19. "@sc/tree": "^1.0.18",
  20. "@sc/util": "^1.0.9",
  21. "animate.css": "^4.1.1",
  22. "animejs": "^3.2.1",
  23. "ant-design-vue": "2.2.7",
  24. "echarts": "^5.2.2",
  25. "element-plus": "^1.1.0-beta.24",
  26. "koa-bodyparser": "^4.3.0",
  27. "lodash": "^4.17.21",
  28. "mitt": "^2.1.0",
  29. "vue": "^3.2.16",
  30. "vue-router": "^4.0.12",
  31. "vuex": "^4.0.2",
  32. "vuex-persistedstate": "^4.1.0"
  33. },
  34. "devDependencies": {
  35. "@babel/polyfill": "^7.12.1",
  36. "@midwayjs/cli": "^1.2.71",
  37. "@midwayjs/cli-plugin-build": "^1.2.70",
  38. "@midwayjs/hooks-testing-library": "^2.2.2",
  39. "@midwayjs/vite-plugin-hooks": "^2.2.3",
  40. "@sc/types": "^1.0.29",
  41. "@types/animejs": "^3.1.4",
  42. "@types/jest": "^26.0.23",
  43. "@types/koa-bodyparser": "^4.3.1",
  44. "@types/lodash": "^4.14.176",
  45. "@typescript-eslint/eslint-plugin": "^4.18.0",
  46. "@typescript-eslint/parser": "^4.18.0",
  47. "@vitejs/plugin-vue": "^1.9.3",
  48. "@vue/cli-plugin-eslint": "~4.5.0",
  49. "@vue/eslint-config-airbnb": "^6.0.0",
  50. "@vue/eslint-config-prettier": "^6.0.0",
  51. "@vue/eslint-config-typescript": "^7.0.0",
  52. "autoprefixer": "^10.4.0",
  53. "eslint": "^7.32.0",
  54. "eslint-plugin-import": "^2.20.2",
  55. "eslint-plugin-prettier": "^4.0.0",
  56. "eslint-plugin-vue": "^7.0.0",
  57. "eslint-plugin-vuejs-accessibility": "^1.1.0",
  58. "jest": "^26.6.3",
  59. "postcss": "^8.3.11",
  60. "prettier": "^2.4.1",
  61. "sass": "^1.43.4",
  62. "tailwindcss": "^2.2.19",
  63. "typescript": "^4.4.3",
  64. "vite": "^2.6.4",
  65. "vue-tsc": "^0.3.0",
  66. "vuex-module-decorators": "^1.0.1"
  67. }
  68. }