{ "name": "server", "version": "0.0.0", "private": true, "scripts": { "start": "cross-env NODE_ENV=development node ./bin/www", "build": "cross-env NODE_ENV=production npx -y webpack" }, "dependencies": { "@alicloud/dm20151123": "1.0.5", "@alicloud/openapi-client": "^0.4.4", "@alicloud/tea-console": "^1.0.0", "@alicloud/tea-typescript": "^1.7.1", "@alicloud/tea-util": "^1.4.5", "@elastic/elasticsearch": "^8.0.0", "archiver": "^5.3.0", "axios": "^1.7.9", "body-parser": "^1.19.0", "cookie-parser": "~1.4.4", "date-formatter-cy": "^1.0.0", "debug": "~2.6.9", "express": "~4.16.1", "express-formidable": "^1.2.0", "express-http-proxy": "^2.1.1", "formidable": "^2.0.1", "google-auth-library": "^8.8.0", "http-errors": "~1.6.3", "http-proxy-middleware": "^3.0.3", "jade": "~1.11.0", "jszip": "^3.7.1", "leven": "^4.0.0", "morgan": "~1.9.1", "multiparty": "^4.2.2", "mysql": "^2.18.1", "node-cache": "^5.1.2", "node-zip": "^1.1.1", "nodemailer": "^6.9.2", "request": "^2.88.2", "string-similarity": "^4.0.4" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.26.0", "babel-loader": "^8.4.1", "browserify-zlib": "^0.2.0", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^6.4.1", "cross-env": "^7.0.3", "path-browserify": "^1.0.1", "querystring-es3": "^0.2.1", "stream-browserify": "^3.0.0", "url": "^0.11.4", "webpack": "^4.47.0", "webpack-cli": "^3.3.12" } }