2025-02-11 19:56:01 +00:00
|
|
|
{
|
|
|
|
|
"name": "ui",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2025-03-18 07:29:46 +00:00
|
|
|
"typecheck": "tsc -b",
|
2025-02-11 20:11:37 +00:00
|
|
|
"build": "tsc -b && vite build",
|
2025-02-11 19:56:01 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-18 07:29:46 +00:00
|
|
|
"@eslint/js": "^9.22.0",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@floating-ui/react": "^0.27.4",
|
2025-03-17 20:20:05 +00:00
|
|
|
"@internationalized/date": "^3.7.0",
|
|
|
|
|
"@react-aria/i18n": "^3.12.7",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@react-aria/toast": "^3.0.0",
|
|
|
|
|
"@react-stately/toast": "^3.0.0",
|
|
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2025-03-22 09:20:15 +00:00
|
|
|
"@types/node": "^22.13.10",
|
2025-03-17 17:06:33 +00:00
|
|
|
"@types/react": "19.0.10",
|
|
|
|
|
"@types/react-dom": "19.0.4",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
|
|
|
"@typescript-eslint/parser": "^7.0.2",
|
2025-02-11 19:56:01 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2025-03-17 17:06:33 +00:00
|
|
|
"chromatic": "^11.5.0",
|
2025-03-18 07:29:46 +00:00
|
|
|
"eslint": "^9.22.0",
|
|
|
|
|
"eslint-plugin-react": "^7.37.4",
|
|
|
|
|
"globals": "^16.0.0",
|
2025-03-17 17:06:33 +00:00
|
|
|
"lucide-react": "^0.460.0",
|
|
|
|
|
"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",
|
2025-03-18 07:29:46 +00:00
|
|
|
"typescript-eslint": "^8.26.1",
|
2025-03-17 17:06:33 +00:00
|
|
|
"vite": "^6.2.2"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-03-17 20:20:05 +00:00
|
|
|
"@react-stately/calendar": "^3.7.1",
|
|
|
|
|
"@tailwindcss/vite": "^4.0.14",
|
2025-03-22 09:20:15 +00:00
|
|
|
"@tanstack/react-query": "^5.69.0",
|
2025-03-17 20:55:15 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2025-03-22 09:20:15 +00:00
|
|
|
"axios": "^1.8.4",
|
2025-03-17 20:55:15 +00:00
|
|
|
"react-router-dom": "^7.3.0",
|
2025-03-23 09:57:30 +00:00
|
|
|
"react-stately": "^3.36.1",
|
|
|
|
|
"ts-pattern": "^5.6.2"
|
2025-02-11 19:56:01 +00:00
|
|
|
}
|
|
|
|
|
}
|