You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
{
|
|
"name": "dashboard-template",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.13",
|
|
"@radix-ui/react-alert-dialog": "^1.1.16",
|
|
"@radix-ui/react-avatar": "^1.1.12",
|
|
"@radix-ui/react-checkbox": "^1.3.4",
|
|
"@radix-ui/react-dialog": "^1.1.16",
|
|
"@radix-ui/react-direction": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.17",
|
|
"@radix-ui/react-popover": "^1.1.16",
|
|
"@radix-ui/react-scroll-area": "^1.2.11",
|
|
"@radix-ui/react-select": "^2.3.0",
|
|
"@radix-ui/react-separator": "^1.1.9",
|
|
"@radix-ui/react-slider": "^1.4.0",
|
|
"@radix-ui/react-slot": "^1.2.5",
|
|
"@radix-ui/react-switch": "^1.3.0",
|
|
"@radix-ui/react-tabs": "^1.1.14",
|
|
"@radix-ui/react-tooltip": "^1.2.9",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-router-dom": "^7.17.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^25.9.3",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^10.3.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.6.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.61.0",
|
|
"vite": "^8.0.12",
|
|
"vitest": "^4.1.8"
|
|
}
|
|
}
|