-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "lowcode-mock",
"version": "1.0.0",
"description": "",
"author": "",
"scripts": {
"start": "gulp nodemon",
"dev": "gulp",
"build": "babel src -d dist",
"production": "cross-env NODE_ENV=production node dist/app.js"
},
"repository": "https://github.com/wjkang/lowcode-mock",
"homepage": "https://github.com/wjkang/lowcode-mock",
"dependencies": {
"atomic-sleep": "^1.0.0",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-router": "^9.1.0",
"koa2-cors": "^2.0.6",
"mockjs": "^1.1.0",
"require-directory": "^2.1.1",
"superagent": "^5.3.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.10.5",
"cross-env": "^7.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^3.4.0",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"prettier": "^2.3.2"
}
}