-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fingerprintjs/fingerprintjs": "^3.4.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.21.0",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "^10.4.13",
"check-password-strength": "^2.0.7",
"crypto-js": "^4.1.1",
"eslint-config-next": "13.2.1",
"face-api.js": "^0.22.2",
"fs": "^0.0.1-security",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-markdown": "^8.0.7",
"react-toastify": "^9.1.2",
"react-tsparticles": "^2.9.3",
"react-webcam": "^7.0.1",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"validator": "^13.9.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/validator": "^13.7.14",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
}