123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "info_admin",
- "version": "1.0.0",
- "description": "",
- "private": true,
- "egg": {
- "declarations": true
- },
- "dependencies": {
- "ali-oss": "^6.16.0",
- "archiver": "^3.1.1",
- "async": "^3.1.0",
- "await-stream-ready": "^1.0.1",
- "axios": "^1.3.4",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.8.15",
- "egg": "^2.15.1",
- "egg-cluster": "^1.27.0",
- "egg-cors": "^2.2.0",
- "egg-mongoose": "^3.2.0",
- "egg-obs": "^0.0.3",
- "egg-oss": "^2.0.0",
- "egg-redis": "^2.3.2",
- "egg-scripts": "^2.11.0",
- "exceljs": "~1.12.2",
- "form-data": "^4.0.0",
- "formidable": "^2.1.1",
- "gm": "^1.23.1",
- "images": "^3.0.2",
- "js-cookie": "^3.0.1",
- "md5": "~2.2.1",
- "moment": "^2.24.0",
- "qr-image": "^3.2.0",
- "request": "^2.88.2",
- "request-ip": "2.1.3",
- "request-promise": "^4.2.5",
- "stream-wormhole": "^1.1.0",
- "svg2png": "^4.1.1",
- "text-to-svg": "^3.1.5",
- "xlsx": "^0.15.1",
- "xml2js": "^0.4.19"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.11.0",
- "egg-ci": "^1.11.0",
- "egg-mock": "^3.21.0",
- "eslint": "^5.13.0",
- "eslint-config-egg": "^7.1.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "scripts": {
- "start": "egg-scripts start --title=egg-server-info_admin --ignore-stderr",
- "sit": "egg-scripts start --env=sit --title=egg-server-info_admin --ignore-stderr",
- "strong3": "egg-scripts start --env=strong3 --title=egg-server-info_admin --ignore-stderr",
- "stop": "egg-scripts stop --title=egg-server-info_admin",
- "dev": "egg-bin dev",
- "debug": "egg-bin debug",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "ci": {
- "version": "10"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "",
- "license": "MIT"
- }
|