29 lines
593 B
JSON
29 lines
593 B
JSON
|
|
{
|
|
"name": "hipctf",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"sqlite3": "^5.1.6",
|
|
"multer": "^1.4.5-lts.1",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.0",
|
|
"lucide-react": "^0.474.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"vite": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "node server.js"
|
|
}
|
|
}
|