forked from faucet-terminal/Faucet-FrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.98 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
{
"name": "faucet_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.1.0",
"@hookform/resolvers": "^3.4.2",
"@nestjs/axios": "^3.0.2",
"@nextui-org/button": "^2.0.32",
"@nextui-org/card": "^2.0.29",
"@nextui-org/chip": "^2.0.28",
"@nextui-org/code": "^2.0.28",
"@nextui-org/divider": "^2.0.27",
"@nextui-org/dropdown": "^2.1.23",
"@nextui-org/image": "^2.0.27",
"@nextui-org/input": "^2.1.21",
"@nextui-org/link": "^2.0.26",
"@nextui-org/modal": "^2.0.33",
"@nextui-org/navbar": "^2.0.27",
"@nextui-org/pagination": "^2.0.30",
"@nextui-org/progress": "^2.0.25",
"@nextui-org/spinner": "^2.0.28",
"@nextui-org/switch": "^2.0.25",
"@nextui-org/system": "^2.2.0",
"@nextui-org/table": "^2.0.34",
"@nextui-org/theme": "^2.2.4",
"@nextui-org/user": "^2.0.29",
"@prisma/client": "^5.14.0",
"@react-aria/ssr": "^3.9.4",
"@react-aria/visually-hidden": "^3.8.12",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^10.16.4",
"next": "14.0.4",
"next-auth": "5.0.0-beta.18",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.1.20",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.38",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}