ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
33 lines (32 loc) • 873 B
JSON
{
"name": "next-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "([ -d node_modules ] || pnpm i) && docker compose down && docker compose up -d && NODE_OPTIONS=--inspect=19222 next dev",
"psql": "dotenv -- bash -c 'psql $DATABASE_URL'",
"clean": "rm -rf .next node_modules next-env.d.ts package-lock.json",
"lint": "next lint"
},
"dependencies": {
"dotenv-cli": "*",
"ent-framework": "*",
"geist": "^1.3.1",
"next-auth": "^4.24.11",
"next": "15.1.5",
"react-dom": "^19.0.0",
"react": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/pg": "^8.6.1",
"@types/react-dom": "^19",
"@types/react": "^19",
"eslint-config-next": "15.1.5",
"eslint": "^9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}