53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@carbon/icons-react": "^11.53.0",
|
|
"@internationalized/date": "^3.6.0",
|
|
"@nextui-org/button": "^2.2.9",
|
|
"@nextui-org/card": "^2.2.9",
|
|
"@nextui-org/checkbox": "^2.3.8",
|
|
"@nextui-org/date-picker": "^2.3.9",
|
|
"@nextui-org/divider": "^2.2.5",
|
|
"@nextui-org/form": "^2.1.8",
|
|
"@nextui-org/input": "^2.4.8",
|
|
"@nextui-org/link": "^2.2.7",
|
|
"@nextui-org/modal": "^2.2.7",
|
|
"@nextui-org/radio": "^2.3.8",
|
|
"@nextui-org/select": "^2.4.9",
|
|
"@nextui-org/spinner": "^2.2.6",
|
|
"@nextui-org/switch": "^2.2.8",
|
|
"@nextui-org/system": "^2.4.6",
|
|
"@nextui-org/table": "^2.2.8",
|
|
"@nextui-org/theme": "^2.4.5",
|
|
"@nextui-org/tooltip": "^2.2.7",
|
|
"@react-aria/i18n": "^3.12.4",
|
|
"@react-stately/data": "^3.12.0",
|
|
"framer-motion": "^11.15.0",
|
|
"next": "15.1.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.3",
|
|
"postcss": "^8",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|