37 lines
921 B
JSON
37 lines
921 B
JSON
|
|
{
|
||
|
|
"name": "temp",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@radix-ui/react-avatar": "^1.1.2",
|
||
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
||
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
||
|
|
"@radix-ui/react-label": "^2.1.1",
|
||
|
|
"@radix-ui/react-separator": "^1.1.1",
|
||
|
|
"@radix-ui/react-slot": "^1.1.1",
|
||
|
|
"@reduxjs/toolkit": "^2.5.0",
|
||
|
|
"axios": "^1.11.0",
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"lucide-react": "^0.469.0",
|
||
|
|
"next": "^16.3.1",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"react-redux": "^9.2.0",
|
||
|
|
"tailwind-merge": "^2.6.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"autoprefixer": "^10.4.20",
|
||
|
|
"eslint": "^9.17.0",
|
||
|
|
"eslint-config-next": "^15.1.0",
|
||
|
|
"postcss": "^8.4.49",
|
||
|
|
"tailwindcss": "^3.4.17"
|
||
|
|
}
|
||
|
|
}
|