Files
netrunner-proxy/app/package.json
T
2026-03-10 00:40:39 +07:00

50 lines
1.3 KiB
JSON

{
"name": "netrunner-app",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource-variable/nunito-sans": "^5.2.7",
"@hugeicons/core-free-icons": "^4.0.0",
"@hugeicons/react": "^1.1.5",
"@tabler/icons-react": "^3.40.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.35.2",
"i18next": "^25.8.16",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.577.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-country-flag": "^3.1.0",
"react-dom": "^19.0.0",
"react-i18next": "^16.5.6",
"react-router-dom": "^7.1.5",
"shadcn": "^4.0.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^25.3.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "^5.0.0",
"vite": "^7.3.1"
}
}