-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "cross-env NODE_ENV=production netlify dev",
"typecheck": "tsc -b"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@formkit/auto-animate": "1.0.0-beta.5",
"@mantine/core": "^5.9.5",
"@mantine/dropzone": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/remix": "^5.9.5",
"@netlify/functions": "^1.3.0",
"@remix-run/netlify": "^1.9.0",
"@remix-run/node": "^1.9.0",
"@remix-run/react": "^1.9.0",
"@remix-validated-form/with-zod": "^2.0.5",
"@supabase/auth-helpers-remix": "^0.1.3",
"@supabase/auth-helpers-shared": "^0.2.3",
"@supabase/supabase-js": "^2.2.1",
"@tabler/icons": "^1.118.0",
"@tanstack/react-table": "^8.7.4",
"cross-env": "^7.0.3",
"framer-motion": "^8.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-validated-form": "^4.6.5",
"spin-delay": "^1.2.0",
"tiny-invariant": "^1.3.1",
"uuid": "^9.0.0",
"zod": "^3.20.2",
"zod-form-data": "^1.2.4"
},
"devDependencies": {
"@remix-run/dev": "^1.9.0",
"@remix-run/eslint-config": "^1.9.0",
"@remix-run/serve": "^1.9.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/uuid": "^9.0.0",
"concurrently": "^7.6.0",
"eslint": "^8.27.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}