You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
437 B

{
"name": "admin-backend",
"version": "1.0.0",
"description": "后台管理系统",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.13.4",
"body-parser": "^1.20.2",
"chart.js": "^4.5.1",
"compression": "^1.8.1",
"express": "^4.22.1",
"mysql2": "^3.16.2",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"react-window": "^2.2.6"
}
}