59 lines
1.5 KiB
JSON
Executable File
59 lines
1.5 KiB
JSON
Executable File
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"defaults"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^10.0.0",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/react": "^1.6.1",
|
|
"@redwoodjs/auth-dbauth-web": "8.6.1",
|
|
"@redwoodjs/forms": "8.6.1",
|
|
"@redwoodjs/router": "8.6.1",
|
|
"@redwoodjs/web": "8.6.1",
|
|
"@redwoodjs/web-server": "8.6.1",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tiptap/extension-link": "^2.8.0",
|
|
"@tiptap/extension-text-style": "^2.8.0",
|
|
"@tiptap/extension-underline": "^2.8.0",
|
|
"@tiptap/pm": "^2.8.0",
|
|
"@tiptap/react": "^2.8.0",
|
|
"@tiptap/starter-kit": "^2.8.0",
|
|
"@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/progress-bar": "^4.0.0",
|
|
"@uppy/react": "^4.0.1",
|
|
"@uppy/tus": "^4.0.0",
|
|
"@uppy/webcam": "^4.0.1",
|
|
"countries-list": "^3.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"humanize-string": "2.1.0",
|
|
"react": "18.3.1",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "18.3.1",
|
|
"react-html-parser": "^2.0.2",
|
|
"react-pdf": "^9.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@redwoodjs/vite": "8.6.1",
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-html-parser": "^2",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "^4.12.10",
|
|
"postcss": "^8.4.41",
|
|
"postcss-loader": "^8.1.1",
|
|
"tailwindcss": "^3.4.8"
|
|
}
|
|
}
|