08d62216f9dd02256085bae88a52557fffc06e63
Gitcub / package.json
{
"name": "gitcub",
"version": "1.0.0",
"description": "",
"main": "server.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",
"highlight.js": "^11.5.1",
"next": "^12.1.5",
"nodegit": "^0.26.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"remark-gfm": "^3.0.1",
"segfault-handler": "^1.3.0",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35