-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.75 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
{
"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",
"isbot": "^4.1.0",
"miniflare": "^3.20240404.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@tailwindcss/forms": "^0.5.7",
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"accept-language-parser": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"husky": "^8.0.3",
"lodash-es": "^4.17.21",
"lucide-react": "^0.292.0",
"memoizee": "^0.4.15",
"nanoid": "^5.0.3",
"nanoid-dictionary": "^4.3.0",
"next-themes": "^0.2.1",
"react-aria-components": "1.2.1",
"remix-utils": "^7.1.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"valibot": "^0.20.1",
"zod": "^3.22.4"
},
"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/lodash-es": "^4.17.11",
"@types/nanoid-dictionary": "^4.2.3",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"typescript": "5.4.5"
},
"engines": {
"node": "18.16.0"
},
"prettier": {
"semi": false
}
}