-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.01 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": "green-ecovents-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.11.2",
"@hookform/resolvers": "^3.3.2",
"@react-pdf/renderer": "^3.1.14",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.11",
"antd": "^5.10.0",
"axios": "^1.5.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-quill": "^2.0.0",
"recharts": "^2.9.3",
"sharp": "^0.32.6",
"swiper": "^10.3.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"typescript": "^5"
}
}