42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "am_i_up_ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"prettier": "npx prettier --write .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tanstack/query-core": "^5.90.20",
|
|
"bootstrap": "^5.3.8",
|
|
"jotai": "^2.18.0",
|
|
"jotai-tanstack-query": "^0.11.0",
|
|
"prettier": "^3.8.1",
|
|
"react": "^19.2.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/bootstrap": "^5",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.48.0",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|