{ "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", "highlight.js": "^11.5.1", "next": "^12.1.5", "nodegit": "^0.26.5", "pug": "^3.0.2", "react": "^18.0.0", "react-dom": "^18.0.0", "sqlite3": "^4.2.0" }, "devDependencies": { "autoprefixer": "^10.4.7", "postcss": "^8.4.14", "tailwindcss": "^3.1.3" } }