-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 936 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
31
32
33
34
35
36
37
38
{
"name": "guess-pokemon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.26.1",
"axios-cache-interceptor": "^0.10.1",
"faunadb": "^4.5.2",
"lodash": "^4.17.21",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.2.0",
"sass": "^1.49.9",
"vercel": "^24.0.0"
},
"devDependencies": {
"@supabase/supabase-js": "^1.31.1",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.13.1",
"@types/sass": "^1.43.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}