first commit
parents
Showing
.autod.conf.js
0 → 100644
.dockerignore
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.github/workflows/nodejs.yml
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.travis.yml
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
This diff is collapsed.
app/controller/user/index.ts
0 → 100644
app/controller/util.ts
0 → 100644
app/extend/application.ts
0 → 100644
app/extend/context.ts
0 → 100644
app/extend/helper.ts
0 → 100644
app/extend/request.ts
0 → 100644
app/middleware/jwtMiddle.ts
0 → 100644
app/middleware/pagination.ts
0 → 100644
app/router.ts
0 → 100644
app/service/Test.ts
0 → 100644
app/service/file.ts
0 → 100644
app/service/mpEstate/list.ts
0 → 100644
This diff is collapsed.
app/service/mpEstate/tag.ts
0 → 100644
appveyor.yml
0 → 100644
config/config.default.ts
0 → 100644
config/config.local.ts
0 → 100644
config/config.prod.ts
0 → 100644
config/plugin.ts
0 → 100644
lib/plugin/egg-proxy/LICENSE
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "zeus-server", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "private": true, | |||
| "egg": { | |||
| "typescript": true, | |||
| "declarations": true | |||
| }, | |||
| "scripts": { | |||
| "start": "egg-scripts start --daemon --title=egg-server-zeus-server", | |||
| "stop": "egg-scripts stop --title=egg-server-zeus-server", | |||
| "dev": "egg-bin dev", | |||
| "debug": "egg-bin debug", | |||
| "test-local": "egg-bin test", | |||
| "test": "npm run lint -- --fix && npm run test-local", | |||
| "cov": "egg-bin cov", | |||
| "tsc": "ets && tsc -p tsconfig.json", | |||
| "ci": "npm run lint && npm run cov && npm run tsc", | |||
| "autod": "autod", | |||
| "lint": "eslint . --ext .ts", | |||
| "clean": "ets clean" | |||
| }, | |||
| "dependencies": { | |||
| "@types/node-uuid": "0.0.28", | |||
| "await-stream-ready": "^1.0.1", | |||
| "content-disposition": "^0.5.3", | |||
| "crypto-js": "^4.0.0", | |||
| "dataloader": "^2.0.0", | |||
| "egg": "^2.6.1", | |||
| "egg-cors": "^2.2.3", | |||
| "egg-dd-sdk": "^1.1.1", | |||
| "egg-jwt": "^3.1.7", | |||
| "egg-mysql": "^3.0.0", | |||
| "egg-onerror": "^2.1.0", | |||
| "egg-oss": "^2.0.0", | |||
| "egg-redis": "^2.4.0", | |||
| "egg-router-plus": "^1.3.1", | |||
| "egg-scripts": "^2.6.0", | |||
| "egg-sequelize": "^5.2.2", | |||
| "egg-validate": "^2.0.2", | |||
| "exceljs": "^4.1.1", | |||
| "moment": "^2.27.0", | |||
| "mysql2": "^2.1.0", | |||
| "node-cache": "^5.1.2", | |||
| "node-pinyin": "^0.2.3", | |||
| "node-uuid": "^1.4.8", | |||
| "node-xlsx": "^0.15.0", | |||
| "nodemailer": "^6.4.11", | |||
| "qr-image": "^3.2.0", | |||
| "tinify": "^1.6.0-beta.2", | |||
| "uuid": "^8.3.0", | |||
| "xml2js": "^0.4.23" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/lodash": "^4.14.159", | |||
| "@types/mocha": "^2.2.40", | |||
| "@types/node": "^7.0.12", | |||
| "@types/supertest": "^2.0.0", | |||
| "@types/uuid": "^8.3.0", | |||
| "autod": "^3.0.1", | |||
| "autod-egg": "^1.1.0", | |||
| "egg-bin": "^4.11.0", | |||
| "egg-ci": "^1.8.0", | |||
| "egg-mock": "^3.16.0", | |||
| "eslint": "^6.7.2", | |||
| "eslint-config-egg": "^8.0.0", | |||
| "tslib": "^1.9.0", | |||
| "typescript": "^3.0.0", | |||
| "webstorm-disable-index": "^1.2.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8.9.0" | |||
| }, | |||
| "ci": { | |||
| "version": "8" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "" | |||
| }, | |||
| "eslintIgnore": [ | |||
| "coverage" | |||
| ], | |||
| "author": "", | |||
| "license": "MIT" | |||
| } |
tsconfig.json
0 → 100644
typings/app/index.d.ts
0 → 100644
typings/app/model/index.d.ts
0 → 100644
typings/config/plugin.d.ts
0 → 100644
typings/index.d.ts
0 → 100644
Please
register
or
sign in
to comment