-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "pecha-tools-landing-page",
"author": "Tenzin Kunsang",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"type": "commonjs",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual -c \"node server.js\"",
"start": "cross-env NODE_ENV=production node server.js",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.5.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@remix-run/css-bundle": "^2.2.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@splinetool/react-spline": "^4.0.0",
"auth0-js": "^9.23.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cross-env": "^7.0.3",
"isbot": "^3.7.0",
"nprogress": "^0.2.0",
"prisma": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"recoil": "^0.7.7",
"remix-auth-auth0": "^1.9.0",
"remix-utils": "^8.1.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@remix-run/eslint-config": "^2.2.0",
"@types/nprogress": "^0.2.2",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"eslint": "^8.52.0",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14.0.0"
}
}