-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
108 lines (108 loc) · 3 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
{
"name": "darkti.de",
"verison": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"prepare": "husky install",
"build": "remix vite:build",
"deploy": "wrangler pages deploy ./build/client",
"dev": "remix vite:dev",
"start": "wrangler pages dev ./build/client",
"typecheck": "tsc",
"typegen": "wrangler types"
},
"dependencies": {
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/cloudflare-pages": "^2.9.2",
"@remix-run/react": "^2.9.2",
"miniflare": "^3.20240404.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@danreeves/remix-auth-steam": "^2.0.0",
"@headlessui/react": "^1.7.18",
"@hono/node-server": "^1.9.1",
"@prisma/client": "^5.12.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@remix-run/dev": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@remix-run/server-runtime": "^2.8.1",
"@tailwindcss/forms": "^0.5.7",
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"accept-language-parser": "^1.5.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"compression": "^1.7.4",
"croner": "^8.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"framer-motion": "^11.0.25",
"hono": "^4.2.2",
"husky": "^9.0.11",
"is-ip": "^5.0.1",
"isbot": "^5.1.4",
"lodash-es": "^4.17.21",
"lucide-react": "^0.365.0",
"memoizee": "^0.4.15",
"nanoid": "^5.0.7",
"nanoid-dictionary": "^4.3.0",
"next-themes": "^0.3.0",
"node-fetch-cache": "^4.1.0",
"prettier": "^3.2.5",
"prisma": "^5.12.1",
"remix-auth": "^3.6.0",
"remix-hono": "^0.0.16",
"remix-utils": "^7.5.0",
"replace-in-file": "^7.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"react-aria-components": "1.2.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.2",
"valibot": "^0.30.0",
"zod": "^3.22.4",
"zodix": "^0.4.4",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@remix-run/dev": "^2.9.2",
"prettier": "^3.0.3",
"@types/accept-language-parser": "^1.5.6",
"@types/memoizee": "^0.4.11",
"node-fetch": "^3.3.2",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"wrangler": "^3.48.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/morgan": "^1.9.9",
"@types/nanoid-dictionary": "^4.2.3",
"@types/node-fetch-cache": "^3.0.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"eslint": "^8",
"npm-run-all": "^4.1.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"typescript": "5.4"
},
"prettier": {
"semi": false
}
}