{ "name": "platform", "version": "0.1.1", "private": true, "scripts": { "start": "node bootstrap", "dev": "vite", "build": "npm run build:client && npm run build:server", "build:client": "tsc && vite build", "build:server": "mw build", "serve": "vite preview", "test": "jest" }, "dependencies": { "@midwayjs/axios": "^2.13.4", "@midwayjs/bootstrap": "^2.13.4", "@midwayjs/cache": "^2.13.4", "@midwayjs/core": "^2.13.4", "@midwayjs/decorator": "^2.13.2", "@midwayjs/hooks": "^2.2.2", "@midwayjs/koa": "^2.11.0", "@midwayjs/mongoose": "^2.13.4", "@midwayjs/process-agent": "^2.13.4", "@midwayjs/redis": "^2.13.4", "@midwayjs/socketio": "^2.13.4", "@midwayjs/view-nunjucks": "^2.13.4", "@sc/handsontable": "^6.3.11", "@sc/tree": "^1.0.18", "@sc/util": "^1.0.9", "animate.css": "^4.1.1", "animejs": "^3.2.1", "ant-design-vue": "2.2.7", "axios": "^0.24.0", "cache-manager": "^3.6.0", "echarts": "^5.2.2", "element-plus": "^1.1.0-beta.24", "koa-bodyparser": "^4.3.0", "koa-session": "^6.2.0", "lodash": "^4.17.21", "mitt": "^2.1.0", "mongoose": "^5.13.13", "vue": "^3.2.16", "vue-router": "^4.0.12", "vuex": "^4.0.2", "vuex-persistedstate": "^4.1.0" }, "devDependencies": { "@babel/polyfill": "^7.12.1", "@midwayjs/cli": "^1.2.71", "@midwayjs/cli-plugin-build": "^1.2.70", "@midwayjs/hooks-testing-library": "^2.2.2", "@midwayjs/vite-plugin-hooks": "^2.2.3", "@sc/types": "^1.0.29", "@types/animejs": "^3.1.4", "@types/cache-manager": "^3.4.2", "@types/ioredis": "^4.28.1", "@types/jest": "^26.0.23", "@types/koa-bodyparser": "^4.3.1", "@types/koa-session": "^5.10.4", "@types/lodash": "^4.14.176", "@types/socket.io-client": "^3.0.0", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vitejs/plugin-vue": "^1.9.3", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/eslint-config-airbnb": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "autoprefixer": "^10.4.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^7.0.0", "eslint-plugin-vuejs-accessibility": "^1.1.0", "jest": "^26.6.3", "postcss": "^8.3.11", "prettier": "^2.4.1", "sass": "^1.43.4", "socket.io-client": "^4.4.0", "tailwindcss": "^2.2.19", "typescript": "^4.4.3", "vite": "^2.6.4", "vue-tsc": "^0.3.0", "vuex-module-decorators": "^1.0.1" } }