Delete package.json
Showing
package.json
deleted
100644 → 0
| { | ||
| "name": "IIT", | ||
| "version": "1.0.0", | ||
| "description": "对接API服务web服务", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [ | ||
| "koa" | ||
| ], | ||
| "author": "HAYWAEL", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "ali-oss": "^5.2.0", | ||
| "antd-mobile": "^2.1.8", | ||
| "antd-mobile-demo-data": "^0.2.0", | ||
| "array-tree-filter": "^2.1.0", | ||
| "ejs": "^2.5.5", | ||
| "jsonwebtoken": "^8.2.1", | ||
| "koa": "^2.5.0", | ||
| "koa-bodyparser": "^3.2.0", | ||
| "koa-cors": "0.0.16", | ||
| "koa-jwt": "^3.3.1", | ||
| "koa-logger": "^3.0.0", | ||
| "koa-mysql-session": "0.0.2", | ||
| "koa-router": "^7.0.1", | ||
| "koa-send": "^3.2.0", | ||
| "koa-session-minimal": "^3.0.3", | ||
| "koa-static": "^3.0.0", | ||
| "koa-views": "^5.2.0", | ||
| "log4js": "^2.6.0", | ||
| "moment": "^2.22.1", | ||
| "mysql": "^2.15.0", | ||
| "node-schedule": "^1.3.0", | ||
| "rc-form": "^2.2.0", | ||
| "request": "^2.85.0" | ||
| } | ||
| } |
Please
register
or
sign in
to comment