package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "animate.css": "^4.1.1",
  18. "animejs": "^3.2.1",
  19. "element-plus": "^1.2.0-beta.1",
  20. "koa-bodyparser": "^4.3.0",
  21. "vue": "^3.2.16",
  22. "vue-router": "^4.0.12"
  23. },
  24. "devDependencies": {
  25. "@midwayjs/cli": "^1.2.71",
  26. "@midwayjs/cli-plugin-build": "^1.2.70",
  27. "@midwayjs/hooks-testing-library": "^2.2.2",
  28. "@midwayjs/vite-plugin-hooks": "^2.2.3",
  29. "@types/animejs": "^3.1.4",
  30. "@types/jest": "^26.0.23",
  31. "@types/koa-bodyparser": "^4.3.1",
  32. "@typescript-eslint/eslint-plugin": "^5.3.0",
  33. "@typescript-eslint/parser": "^5.3.0",
  34. "@vitejs/plugin-vue": "^1.9.3",
  35. "@vue/cli-plugin-eslint": "^4.5.15",
  36. "@vue/eslint-config-airbnb": "^5.3.0",
  37. "@vue/eslint-config-prettier": "^6.0.0",
  38. "@vue/eslint-config-typescript": "^9.0.1",
  39. "autoprefixer": "^10.4.0",
  40. "eslint": "^8.1.0",
  41. "eslint-plugin-prettier": "^4.0.0",
  42. "eslint-plugin-vue": "^8.0.3",
  43. "jest": "^26.6.3",
  44. "postcss": "^8.3.11",
  45. "sass": "^1.43.4",
  46. "tailwindcss": "^2.2.19",
  47. "typescript": "^4.4.3",
  48. "vite": "^2.6.4",
  49. "vue-tsc": "^0.3.0"
  50. }
  51. }