-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "login-pkg",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "NODE_ENV=dev NODE_V=11 nodemon src/index.js mode=dev",
"production": "node src/index.js mode=production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@koa/router": "^12.0.1",
"axios": "^0.21.4",
"crypto": "^1.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jssha": "^1.5.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-onerror": "^4.1.0",
"koa-router": "^10.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^6.3.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.12",
"querystring": "^0.2.1",
"url": "^0.11.0"
},
"devDependencies": {
"prettier": "2.4.1",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2"
}
}