blob: d4ddeeb44c32c2635f395c47faacc595644e1b63 [file] [log] [blame]
Samuel Shuert4f932df2024-09-08 14:04:51 -04001{
2 "name": "frontend",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "prod": "next build && npx serve@latest out",
10 "lint": "next lint"
11 },
12 "dependencies": {
13 "@radix-ui/react-icons": "^1.3.0",
14 "@radix-ui/react-navigation-menu": "^1.2.0",
15 "@radix-ui/react-separator": "^1.1.0",
16 "@radix-ui/react-slot": "^1.1.0",
17 "@radix-ui/react-tooltip": "^1.1.2",
18 "@tauri-apps/api": "^1.6.0",
19 "class-variance-authority": "^0.7.0",
20 "clsx": "^2.1.1",
21 "geist": "^1.3.1",
22 "lucide-react": "^0.439.0",
23 "next": "14.2.8",
24 "react": "^18",
25 "react-dom": "^18",
26 "tailwind-merge": "^2.5.2",
27 "tailwindcss-animate": "^1.0.7"
28 },
29 "devDependencies": {
30 "@types/node": "^20",
31 "@types/react": "^18",
32 "@types/react-dom": "^18",
33 "eslint": "^8",
34 "eslint-config-next": "14.2.8",
35 "postcss": "^8",
36 "tailwindcss": "^3.4.1",
37 "typescript": "^5"
38 }
39}