forked from mmm25002500/Securibit-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "totp-auth-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"@material-tailwind/react": "^2.1.10",
"@nextui-org/react": "^2.4.6",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"cookies-next": "^4.2.1",
"daisyui": "^4.12.10",
"eslint": "9.10.0",
"eslint-config-next": "14.2.8",
"firebase": "^10.13.1",
"framer-motion": "^11.5.4",
"next": "14.2.8",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.45",
"react": "18.3.1",
"react-cookie": "^7.2.0",
"react-daisyui": "^5.0.4",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-use": "^17.5.1",
"swiper": "^11.1.12",
"tailwindcss": "3.4.10",
"totp-generator": "^1.0.0",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/totp-generator": "^0.0.8"
}
}