-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "react-router7-remix-auth-magic-link",
"private": true,
"type": "module",
"scripts": {
"build": "cross-env NODE_ENV=production react-router build",
"dev": "react-router dev --host",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@nextui-org/react": "^2.6.8",
"@prisma/client": "^6.0.1",
"@react-router/fs-routes": "^7.0.2",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"crypto-js": "^4.2.0",
"framer-motion": "^11.14.0",
"isbot": "^5.1.17",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"remix-auth": "^4.0.0",
"valibot": "^1.0.0-beta.9"
},
"devDependencies": {
"@react-router/dev": "^7.0.2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}