{ "name": "dingding-oa-server", "version": "0.1.0", "private": true, "scripts": { "dev:prod": "cross-env NODE_ENV=production && next dev --turbopack", "dev:dev-db": "cross-env NODE_ENV=development && dotenv -e .env.development -- npx prisma db pull && npx prisma generate && next dev --turbopack ", "dev:dev": "cross-env NODE_ENV=development && next dev --turbopack ", "build": " cross-env NODE_ENV=production && dotenv -e .env.production -- npx prisma db pull && npx prisma generate && next build", "start": " cross-env NODE_ENV=production && next start", "lint": "next lint", "pulldb": "dotenv -e .env.development -- npx prisma db pull && npx prisma generate" }, "dependencies": { "@alicloud/dingtalk": "^2.2.21", "@alicloud/openapi-client": "^0.4.14", "@alicloud/tea-util": "^1.4.10", "prisma": "6.19.0", "@prisma/client": "6.19.0", "archiver": "^7.0.1", "bignumber.js": "^9.3.1", "dayjs": "^1.11.13", "dotenv-cli": "^10.0.0", "formidable": "^3.5.4", "lodash": "^4.17.21", "next": "15.3.4", "next-multiparty": "^0.7.0", "p-limit": "^7.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", "sax": "^1.4.1", "winston": "^3.17.0", "xlsx": "^0.18.5", "xlsx-style": "^0.8.13" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/archiver": "^6.0.3", "@types/formidable": "^3.4.5", "@types/lodash": "^4.17.20", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "cross-env": "^7.0.3", "eslint": "^9", "eslint-config-next": "15.3.4", "tailwindcss": "^4", "typescript": "^5" } }