-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 844 Bytes
/
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
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.19.1",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"express": "^4.17.3",
"file-saver": "^2.0.5",
"http-proxy-middleware": "^2.0.3",
"next": "^12.1.0",
"next-link": "^2.0.0",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-image-file-resizer": "^0.4.7",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^8.2.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4"
}
}