43 lines
1012 B
JSON
43 lines
1012 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"defaults"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/react": "^1.6.1",
|
|
"@redwoodjs/auth-dbauth-web": "7.7.4",
|
|
"@redwoodjs/forms": "7.7.4",
|
|
"@redwoodjs/router": "7.7.4",
|
|
"@redwoodjs/web": "7.7.4",
|
|
"@uppy/compressor": "^2.0.1",
|
|
"@uppy/core": "^4.1.0",
|
|
"@uppy/dashboard": "^4.0.2",
|
|
"@uppy/drag-drop": "^4.0.1",
|
|
"@uppy/file-input": "^4.0.0",
|
|
"@uppy/image-editor": "^3.0.0",
|
|
"@uppy/progress-bar": "^4.0.0",
|
|
"@uppy/react": "^4.0.1",
|
|
"@uppy/tus": "^4.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@redwoodjs/vite": "7.7.4",
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "^4.12.10",
|
|
"postcss": "^8.4.41",
|
|
"postcss-loader": "^8.1.1",
|
|
"tailwindcss": "^3.4.8"
|
|
}
|
|
}
|