Manuel Bustillo
c01135257d
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 59s
Playwright Tests / test (pull_request) Successful in 3m57s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 5m19s
Check usage of free licenses / build-static-assets (pull_request) Successful in 15s
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.4",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"autoprefixer": "10.4.20",
|
|
"bcrypt": "^5.1.1",
|
|
"clsx": "^2.1.1",
|
|
"next": "15.0.2",
|
|
"next-auth": "5.0.0-beta.25",
|
|
"postcss": "8.4.47",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "^10.8.2",
|
|
"react": "19.0.0-rc-f38c22b244-20240704",
|
|
"react-dom": "19.0.0-rc-f38c22b244-20240704",
|
|
"storybook": "^8.4.0",
|
|
"tailwindcss": "3.4.14",
|
|
"typescript": "5.6.3",
|
|
"use-debounce": "^10.0.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^3.2.2",
|
|
"@playwright/test": "^1.46.0",
|
|
"@storybook/addon-essentials": "^8.4.0",
|
|
"@storybook/addon-interactions": "^8.4.0",
|
|
"@storybook/addon-onboarding": "^8.4.0",
|
|
"@storybook/blocks": "^8.4.0",
|
|
"@storybook/nextjs": "^8.4.0",
|
|
"@storybook/react": "^8.4.0",
|
|
"@storybook/test": "^8.4.0",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/node": "22.8.6",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=23.0.0"
|
|
}
|
|
}
|