-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "com.bookworm",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@clerk/nextjs": "^3.0.0-alpha.8",
"@emotion/react": "11",
"@emotion/styled": "11",
"@supabase/supabase-auth-helpers": "^1.2.0",
"@supabase/supabase-js": "^1.30.7",
"date-fns": "^2.15.0",
"faker": "^4.1.0",
"formik": "^2.2.9",
"framer-motion": "4.1.17",
"next": "12.1.0",
"next-seo": "^5.1.0",
"postcss-preset-env": "^6.7.0",
"randomcolor": "^0.6.2",
"react": "17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-rating": "^2.0.5",
"react-scripts": "^5.0.0",
"styled-components": "^5.3.3",
"swr": "^0.2.3",
"tailwindcss": "^3.0.23",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}