-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "saas",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@fusionauth/typescript-client": "^1.48.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.7.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.8.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node-fetch": "^2.6.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"prettier": "^3.1.0",
"prisma": "^5.7.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}