generated from shadcn-ui/next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.65 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "gitdrops",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently 'tsr watch' 'vite --port=3000'",
"build": "vite build --force",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"generate-routes": "tsr generate",
"generate-gql": "gqty generate",
"deploy:firebase-hosting": "pnpm run build && firebase deploy --only hosting",
"introspect": "tsx ./introspection/generators/graphql-codegen.ts",
"patch": "npx pnpm-patch-i"
},
"dependencies": {
"@ariakit/react": "^0.3.5",
"@clerk/clerk-react": "^4.23.2",
"@effect/data": "^0.17.5",
"@egoist/tailwindcss-icons": "^1.1.0",
"@gqty/react": "3.0.0-alpha-4a2eebdf.0",
"@hookform/resolvers": "^3.3.1",
"@iconify-json/lucide": "^1.1.119",
"@iconify-json/skill-icons": "^1.1.3",
"@octokit/auth-oauth-device": "^6.0.0",
"@octokit/request": "^8.1.1",
"@open-draft/until": "^2.1.0",
"@preact/signals": "^1.2.1",
"@preact/signals-react": "^1.3.6",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-core": "^0.6.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/actions": "0.0.1-beta.151",
"@tanstack/bling": "^0.5.0",
"@tanstack/loaders": "0.0.1-beta.151",
"@tanstack/react-actions": "0.0.1-beta.151",
"@tanstack/react-loaders": "0.0.1-beta.151",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-router": "0.0.1-beta.151",
"@tanstack/react-start": "0.0.1-beta.151",
"@tanstack/react-store": "0.0.1-beta.151",
"@tanstack/react-virtual": "3.0.0-beta.68",
"@tanstack/router": "0.0.1-beta.151",
"@tanstack/router-cli": "0.0.1-beta.151",
"@tanstack/router-core": "0.0.1-beta.151",
"@tanstack/router-devtools": "0.0.1-beta.151",
"@tanstack/store": "0.0.1-beta.151",
"@tw-classed/react": "^1.5.1",
"@types/lodash.get": "^4.4.7",
"arktype": "1.0.19-alpha",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"defu": "^6.1.3",
"fast-deep-equal": "^3.1.3",
"firebase": "^10.2.0",
"gqty": "3.0.0-alpha-4a2eebdf.0",
"hotscript": "^1.0.13",
"jotai": "^2.3.1",
"jotai-devtools": "^0.6.2",
"jotai-molecules": "^1.1.1",
"lodash-es": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lucide-react": "^0.268.0",
"match-sorter": "^6.3.1",
"mathjs": "^11.10.0",
"mathlive": "^0.95.5",
"million": "2.5.13",
"octokit": "^3.1.0",
"ofetch": "^1.3.3",
"outvariant": "^1.4.0",
"preact": "^10.19.1",
"react": "^18.2.0",
"react-aria-components": "1.0.0-alpha.6",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-merge-refs": "^2.1.1",
"react-virtualized-auto-sizer": "^1.0.20",
"react-virtuoso": "^4.5.0",
"string-ts": "^1.3.3",
"structurajs": "^0.11.1",
"suspend-react": "^0.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"ts-toolbelt": "^9.6.0",
"use-constant": "^1.1.1",
"use-debounce": "^9.0.4",
"use-deep-compare": "^1.1.0",
"valtio": "^1.11.2",
"virtua": "^0.7.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@gqty/cli": "4.0.0-alpha-7b21563c.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@preact/preset-vite": "^2.5.0",
"@tanstack/eslint-plugin-query": "^5.8.4",
"@types/lodash-es": "^4.17.11",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.5.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"citty": "^0.1.4",
"concurrently": "^8.2.0",
"consola": "^3.2.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"graphql": "^16.8.0",
"ni": "^0.0.2",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"zx": "^7.2.3"
},
"pnpm": {
"patchedDependencies": {
"@gqty/[email protected]": "patches/@[email protected]"
}
}
}