-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "chawkbazar",
"version": "1.0.4",
"private": true,
"scripts": {
"clean": "rimraf \"{.next,dist,build,out,node_modules}\"",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fontsource/open-sans": "^4.4.5",
"@fontsource/satisfy": "^4.4.5",
"@headlessui/react": "^1.2.0",
"@reach/portal": "^0.15.0",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.1",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"framer-motion": "^4.1.17",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"next": "11.0.0",
"next-i18next": "^8.5.0",
"next-pwa": "^5.2.21",
"next-seo": "^4.25.1",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.2",
"rc-drawer": "^4.3.1",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.8.8",
"react-icons": "^4.2.0",
"react-query": "^3.17.1",
"react-rating-stars-component": "^2.2.0",
"react-scroll": "^1.8.2",
"react-sticky-box": "^0.9.3",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.4",
"react-use": "^17.2.4",
"swiper": "^6.7.0"
},
"devDependencies": {
"@types/body-scroll-lock": "^2.6.1",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.2",
"@types/overlayscrollbars": "^1.12.0",
"@types/react": "^17.0.11",
"@types/react-scroll": "^1.8.2",
"@types/react-tabs": "^2.3.2",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"rimraf": "^3.0.2",
"tailwindcss": "^2.1.4",
"tailwindcss-rtl": "^0.7.3",
"typescript": "^4.3.3"
}
}