-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
83 lines (83 loc) · 2.24 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "grab-tern-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postbuild": "next-sitemap",
"prepare": "husky install"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.14.4",
"@reactour/tour": "^3.6.1",
"antd": "^5.4.5",
"clsx": "^1.2.1",
"crypto-js": "^4.1.1",
"dom-to-image": "^2.6.0",
"formik": "^2.4.2",
"html2canvas": "^1.4.1",
"jquery": "^3.6.3",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"moment-timezone": "^0.5.43",
"mongoose": "^7.5.1",
"next": "^13.1.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"owl.carousel": "^2.3.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-easy-crop": "^4.7.4",
"react-icons": "^4.12.0",
"react-owl-carousel": "^2.3.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.4",
"react-socks": "^2.2.0",
"react-switch": "^7.0.0",
"react-table": "^7.8.0",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.20.0",
"redis": "^4.6.5",
"sharp": "^0.32.1",
"simple-react-validator": "^1.6.2",
"styled-components": "^5.3.10",
"swr": "^2.1.5",
"tw-elements": "^1.0.0-beta3",
"webpack": "^5.88.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.6.2",
"eslint": "^8.7.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.2",
"next-sitemap": "^3.1.47",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2"
}
}