56a0920ebd032ee978a767a1deb33933e5c0f318
Gitcub / package.json
{
"name": "gitcub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"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