You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
735 B
JSON

{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@redwoodjs/core": "6.0.6"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": "=18.x",
"yarn": ">=1.15"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.6.1",
"dependencies": {
"browserify-zlib": "^0.2.0",
"color-convert": "^2.0.1",
"https-browserify": "^1.0.0",
"jimp": "^0.16.2",
"js-file-download": "^0.4.12",
"node-polyfill-webpack-plugin": "^2.0.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
}
}