成功加载express

This commit is contained in:
linyuchen
2023-10-27 00:51:36 +08:00
parent a404b369c3
commit ab17e3cd30
13 changed files with 1692 additions and 94 deletions

View File

@@ -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"
}
}