-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 979 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 979 Bytes
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
{
"name": "koa-for-react-note",
"version": "1.0.0",
"author": "LeonYu <1099052496@qq.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon --exec babel-node ./app.js",
"build": "npx webpack build --mode=production",
"serve": "node ./dist/app.js"
},
"dependencies": {
"@babel/node": "^7.23.9",
"@koa/cors": "^5.0.0",
"js-base64": "^3.7.7",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.1",
"koa-body": "^6.0.1",
"koa-bouncer": "^6.0.4",
"koa-jwt": "^4.0.4",
"koa-log4": "^2.3.2",
"koa-logger": "^3.2.1",
"koa-onerror": "^4.2.0",
"koa-router": "^12.0.1",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"mysql2": "^3.9.3",
"nodemon": "^3.1.0",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"babel-loader": "^9.1.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}