a31106378357b7b9cc44f2317010f9295f5b039d
Gitcub / package.json
{
"name": "gitcub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3",
"next": "^12.1.5",
"pug": "^3.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sqlite3": "^4.2.0"
}
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24