forked from mentimun-mentah/hydro-tech-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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": "hydro-tech-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"antd": "^4.15.5",
"antd-button-color": "^1.0.4",
"apexcharts": "^3.26.2",
"axios": "^0.21.1",
"framer-motion": "^4.1.16",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.14",
"next": "^10.2.0",
"nookies": "^2.5.2",
"rc-input-number": "^7.1.3",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-joystick-component": "^1.4.0",
"react-quill": "^1.3.5",
"react-redux": "^7.2.4",
"react-rewards": "^1.1.2",
"react-scroll": "^1.8.2",
"react-share": "^4.4.0",
"react-slugify": "^2.0.3",
"react-summernote": "^2.0.2",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"suneditor-react": "^2.16.5",
"swiper": "^6.6.1",
"validator": "^13.6.0"
}
}