MogensR's picture
Create web/package.json
396aa4f
{
"name": "backgroundfx-pro-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:e2e": "playwright test",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"dependencies": {
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"zustand": "^4.4.7",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.48.2",
"zod": "^3.22.4",
"@hookform/resolvers": "^3.3.4",
"framer-motion": "^10.18.0",
"react-hot-toast": "^2.4.1",
"date-fns": "^3.2.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"lucide-react": "^0.309.0",
"socket.io-client": "^4.6.0",
"react-image-crop": "^11.0.1",
"react-colorful": "^5.6.1",
"recharts": "^2.10.4",
"react-intersection-observer": "^9.5.3",
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"prettier": "^3.2.2",
"tailwindcss": "^3.4.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"jest": "^29.7.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.2.0",
"@playwright/test": "^1.40.1",
"msw": "^2.0.14"
}
}