mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "my-project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "npx prettier . --write",
|
|
"prismaDev": "dotenv -e .env.local prisma migrate dev"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.2",
|
|
"@prisma/client": "^4.8.1",
|
|
"@types/node": "18.11.18",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.10",
|
|
"daisyui": "^2.47.0",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"next": "13.1.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^7.6.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"dotenv-cli": "^6.0.0",
|
|
"postcss": "^8.4.21",
|
|
"prisma": "^4.8.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-config-airbnb-typescript": "17.0.0",
|
|
"eslint-config-next": "^13.0.7",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|