-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"name": "captcharoo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-slider": "^1.1.1",
"@supabase/supabase-js": "^2.12.1",
"@vercel/analytics": "^0.1.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"nanoid": "^4.0.2",
"next": "13.2.4",
"node-fetch": "^3.3.1",
"random-word-slugs": "^0.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@types/react-google-recaptcha": "^2.1.5"
}
}