-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.29 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
{
"name": "remix-ark-tailwind",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "npx remix vite:build",
"dev": "PORT=7351 node server.mjs",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "cross-env NODE_ENV=production node ./server.mjs",
"typecheck": "tsc"
},
"dependencies": {
"@ark-ui/react": "^4.4.3",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/express": "^2.14.0",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@tailwindcss/postcss": "^4.0.0-alpha.34",
"clsx": "^2.0.0",
"cross-env": "^7.0.3",
"effect": "3.10.15",
"express": "^4.21.1",
"express-static-gzip": "^2.2.0",
"http-server": "^14.1.1",
"isbot": "^5.1.17",
"lucide-react": "^0.460.0",
"match-sorter": "^8.0.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-day-picker": "^9.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.9",
"@remix-run/dev": "^2.14.0",
"@types/express": "^5.0.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-plugin-variants": "^1.0.2",
"tailwindcss": "^4.0.0-alpha.34",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
},
"engines": {
"node": ">=18.0.0"
},
"version": "0.0.28"
}