-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 845 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 845 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
{
"name": "app-bff-koa",
"version": "0.1.0",
"scripts": {
"reset": "npx rimraf ./**/node_modules",
"dev": "modern dev",
"build": "modern build",
"start": "modern start",
"new": "modern new",
"lint": "modern lint"
},
"dependencies": {
"@modern-js/runtime": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@modern-js/plugin-bff": "workspace:*",
"@modern-js/plugin-koa": "workspace:*",
"koa": "^2.16.3"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5.9.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63",
"@types/koa": "^2.15.0"
}
}