-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "my-app",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"check": "tsc -b tsconfig.json",
"dev": "next dev --port 5002",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@effect-rx/rx": "0.34.6",
"@effect-rx/rx-react": "0.31.7",
"@effect/experimental": "0.36.1",
"@effect/platform": "0.72.1",
"@effect/platform-browser": "0.51.1",
"@effect/rpc": "0.47.1",
"@effect/rpc-http": "0.45.1",
"@effect/sql": "0.25.1",
"@effect/sql-pg": "0.26.1",
"@headlessui/react": "2.2.0",
"@radix-ui/react-accordion": "1.2.1",
"@radix-ui/react-alert-dialog": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-table": "8.20.5",
"@vercel/kv": "3.0.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"effect": "3.12.1",
"lucide-react": "0.460.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"recharts": "2.13.3",
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@effect/eslint-plugin": "0.2.0",
"@effect/language-service": "0.2.0",
"@effect/platform-node": "0.68.1",
"@eslint/compat": "1.2.3",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"@next/eslint-plugin-next": "15.0.3",
"@tailwindcss/typography": "0.5.15",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/utils": "8.15.0",
"autoprefixer": "10.4.20",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.5",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "1.0.7",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vercel": "39.1.0"
},
"packageManager": "[email protected]"
}