48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@floating-ui/react": "^0.27.4",
|
|
"@internationalized/date": "^3.7.0",
|
|
"@react-aria/i18n": "^3.12.7",
|
|
"@react-aria/toast": "^3.0.0",
|
|
"@react-stately/toast": "^3.0.0",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
"@typescript-eslint/parser": "^7.0.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"chromatic": "^11.5.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"eslint-plugin-storybook": "^0.11.3",
|
|
"lucide-react": "^0.460.0",
|
|
"postcss": "^8.4.35",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"react": "19.0.0",
|
|
"react-aria": "^3.38.1",
|
|
"react-aria-components": "^1.7.0",
|
|
"react-dom": "19.0.0",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.14",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@react-stately/calendar": "^3.7.1",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"react-stately": "^3.36.1"
|
|
}
|
|
}
|