Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 54s
Playwright Tests / test (pull_request) Failing after 1m9s
Add copyright notice / copyright_notice (pull_request) Successful in 1m14s
Build Nginx-based docker image / build-static-assets (push) Has been cancelled
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
"@heroicons/react": "^2.1.4",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tiptap/pm": "^2.14.0",
|
|
"@tiptap/react": "^2.14.0",
|
|
"@tiptap/starter-kit": "^2.14.0",
|
|
"autoprefixer": "10.4.21",
|
|
"bcrypt": "^5.1.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.2.6",
|
|
"next": "15.3.3",
|
|
"next-auth": "5.0.0-beta.28",
|
|
"postcss": "8.5.4",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "^10.8.2",
|
|
"react": "19.0.0-rc-f38c22b244-20240704",
|
|
"react-dom": "19.0.0-rc-f38c22b244-20240704",
|
|
"tailwindcss": "3.4.17",
|
|
"typescript": "5.8.3",
|
|
"use-debounce": "^10.0.1",
|
|
"uuid": "11.1.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/node": "22.15.29",
|
|
"@types/react": "18.3.23",
|
|
"@types/react-dom": "18.3.7",
|
|
"wait-on": "^8.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=23.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
|
|
}
|