27 lines
494 B
JSON
Executable File
27 lines
494 B
JSON
Executable File
{
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"api",
|
|
"web"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@redwoodjs/auth-dbauth-setup": "8.6.1",
|
|
"@redwoodjs/core": "8.6.1",
|
|
"@redwoodjs/project-config": "8.6.1",
|
|
"prettier-plugin-tailwindcss": "0.4.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@redwoodjs/eslint-config",
|
|
"root": true
|
|
},
|
|
"engines": {
|
|
"node": "=20.x"
|
|
},
|
|
"prisma": {
|
|
"seed": "yarn rw exec seed"
|
|
},
|
|
"packageManager": "yarn@4.4.0"
|
|
}
|