mirror of
https://github.com/pommee/goaway.git
synced 2026-04-29 21:19:53 -05:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "goaway",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --port=8081",
|
|
"build": "vite build --mode production",
|
|
"lint": "eslint .",
|
|
"commitlint": "commitlint --from-last-tag",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tsparticles/engine": "^3.8.1",
|
|
"@tsparticles/preset-stars": "^3.2.0",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"compare-versions": "^6.1.1",
|
|
"motion": "^12.23.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-force-graph-2d": "^1.28.0",
|
|
"react-router-dom": "^7.7.0",
|
|
"react-timeago": "^8.2.0",
|
|
"recharts": "^3.1.0",
|
|
"sonner": "^2.0.6",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tw-animate-css": "^1.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"@eslint/js": "^9.31.0",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.37.0",
|
|
"vite": "^7.0.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@tsparticles/engine"
|
|
]
|
|
}
|
|
}
|