mirror of
https://github.com/pommee/goaway.git
synced 2025-12-30 18:39:34 -06:00
71 lines
2.0 KiB
JSON
71 lines
2.0 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-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tsparticles/engine": "^3.9.1",
|
|
"@tsparticles/preset-stars": "^3.2.0",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"compare-versions": "^6.1.1",
|
|
"motion": "^12.23.26",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-force-graph-2d": "^1.29.0",
|
|
"react-router-dom": "^7.10.1",
|
|
"react-timeago": "^8.3.0",
|
|
"recharts": "^3.5.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.2.0",
|
|
"@commitlint/config-conventional": "^20.2.0",
|
|
"@commitlint/types": "^20.2.0",
|
|
"@eslint/js": "^9.39.1",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.49.0",
|
|
"vite": "^7.2.7"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"esbuild"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"@tsparticles/engine"
|
|
]
|
|
}
|
|
}
|