spejstore-ui/package.json

56 lines
1.6 KiB
JSON

{
"name": "spejstore-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"ci:check": "concurrently -n 'test,lint,build' -c 'auto' 'npm run test' 'npm run lint' 'npm run build' --kill-others-on-fail",
"lint": "next lint",
"test": "vitest run",
"prettier": "prettier --write src"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@types/node": "20.4.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"next": "13.4.8",
"next-themes": "^0.2.1",
"postcss": "8.4.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@vitejs/plugin-react": "^4.0.2",
"concurrently": "^8.2.0",
"prettier": "^2.8.8",
"vite": "^4.4.0",
"vitest": "^0.32.4"
}
}