51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "altricade",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"build": "vite build && tsc",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"lint": "eslint",
|
|
"format": "prettier",
|
|
"check": "prettier --write . && eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"@tanstack/react-devtools": "^0.7.0",
|
|
"@tanstack/react-router": "^1.132.0",
|
|
"@tanstack/react-router-devtools": "^1.132.0",
|
|
"@tanstack/router-plugin": "^1.132.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"i18next": "^25.8.0",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lucide-react": "^0.544.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-i18next": "^16.5.3",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.6",
|
|
"tw-animate-css": "^1.3.6",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/devtools-vite": "^0.3.11",
|
|
"@tanstack/eslint-config": "^0.3.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^7.1.7",
|
|
"vitest": "^3.0.5",
|
|
"web-vitals": "^5.1.0"
|
|
}
|
|
}
|