package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. },
  31. "devDependencies": {
  32. "@midwayjs/cli": "^1.2.71",
  33. "@midwayjs/cli-plugin-build": "^1.2.70",
  34. "@midwayjs/hooks-testing-library": "^2.2.2",
  35. "@midwayjs/vite-plugin-hooks": "^2.2.3",
  36. "@types/animejs": "^3.1.4",
  37. "@types/jest": "^26.0.23",
  38. "@types/koa-bodyparser": "^4.3.1",
  39. "@types/lodash": "^4.14.176",
  40. "@typescript-eslint/eslint-plugin": "^4.18.0",
  41. "@typescript-eslint/parser": "^4.18.0",
  42. "@vitejs/plugin-vue": "^1.9.3",
  43. "@vue/cli-plugin-eslint": "~4.5.0",
  44. "@vue/eslint-config-airbnb": "^5.0.2",
  45. "@vue/eslint-config-typescript": "^7.0.0",
  46. "autoprefixer": "^10.4.0",
  47. "eslint": "^6.7.2",
  48. "eslint-plugin-import": "^2.20.2",
  49. "eslint-plugin-prettier": "^4.0.0",
  50. "eslint-plugin-vue": "^7.0.0",
  51. "jest": "^26.6.3",
  52. "postcss": "^8.3.11",
  53. "sass": "^1.43.4",
  54. "tailwindcss": "^2.2.19",
  55. "typescript": "^4.4.3",
  56. "vite": "^2.6.4",
  57. "vue-tsc": "^0.3.0"
  58. }
  59. }