{ "name": "app-report-all", "version": "1.0.0", "main": "service/index.ts", "license": "MIT", "scripts": { "dev": "nodemon service/index.ts", "start": "ts-node service/index.ts", "build": "tsc -p service.tsconfig.json", "preview": "vite preview", "dev-front": "vite --mode development --host 0.0.0.0", "build-front": "tsc && vite build --mode production", "test": "mocha -r ts-node/register test/**/**.test.ts", "test-db": "mocha -r ts-node/register test/db.test.ts" }, "devDependencies": { "@douyinfe/semi-ui": "^2.41.3", "@emotion/css": "^11.11.2", "@types/express": "^4.17.17", "@types/md5": "^2.3.2", "@types/mocha": "^10.0.1", "@types/mysql": "^2.15.21", "@types/node": "^20.4.9", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@types/supertest": "^2.0.12", "@vitejs/plugin-react": "^4.0.4", "ahooks": "^3.7.8", "axios": "^1.4.0", "dayjs": "^1.11.9", "mocha": "^10.2.0", "nodemon": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.15.0", "sass": "^1.66.1", "supertest": "^6.3.3", "typescript": "^5.1.6", "vite": "^4.4.9", "zustand": "^4.4.1" }, "dependencies": { "express": "^4.18.2", "md5": "^2.3.0", "mysql": "^2.18.1", "redis": "^4.6.7", "ts-node": "^10.9.1" } }