-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
{
"name": "bookhive",
"version": "0.1.0",
"private": true,
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"dev": "next dev",
"build": "SKIP_TYPE_CHECK=true next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src "
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next/font": "^14.0.4",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-query-devtools": "^5.14.5",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.2",
"bad-words-next": "^2.2.1",
"cogo-toast": "^4.2.3",
"cookies-next": "^4.1.0",
"date-fns": "^3.0.6",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"filesize": "^10.1.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.16",
"geolib": "^3.3.4",
"husky": "^8.0.3",
"moment": "^2.29.4",
"next": "^14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-overlay": "6.0.11",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.3.1",
"react-query": "^3.39.3",
"react-rating": "^2.0.5",
"react-redux": "^9.0.4",
"react-star-ratings": "^2.3.0",
"redux-persist": "^6.0.0",
"sass": "^1.69.5",
"swr": "^2.2.4",
"typescript": "5.3.3",
"yup": "^1.3.3"
},
"devDependencies": {
"prettier": "3.1.1"
}
}