forked from RoBorregos/RoboLinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 Bytes
/
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
{
"name": "robolinks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.2.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@prisma/client": "^4.3.0",
"@supabase/supabase-js": "^1.35.6",
"@tanstack/react-query": "^4.2.3",
"@types/next": "^9.0.0",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"axios": "^0.27.2",
"cookies-next": "^2.1.1",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
"next": "12.2.5",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"prisma": "^4.3.0"
}
}