package.json 1.8 KB

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