mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
成功加载express
This commit is contained in:
12
package.json
12
package.json
@@ -5,16 +5,22 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": " tsc src/renderer.ts --outDir dist && vite build"
|
||||
"build": "tsc"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"typescript": "^5.2.2"
|
||||
"path": "^0.12.7",
|
||||
"stream": "^0.0.2",
|
||||
"typescript": "^5.2.2",
|
||||
"url": "^0.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.20",
|
||||
"vite": "^4.5.0"
|
||||
"ts-loader": "^9.5.0",
|
||||
"vite": "^4.5.0",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user