-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "bhaktirahayu-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"antd": "^4.16.9",
"apexcharts": "^3.27.3",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"babel-runtime": "^6.26.0",
"blueimp-load-image": "^5.14.0",
"bootstrap": "^4.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"html2canvas": "^1.1.4",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.15",
"moment": "^2.29.1",
"next": "11.0.1",
"next-plugin-antd-less": "^1.3.0",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^1.6.1",
"react-component-export-image": "^1.0.6",
"react-dom": "17.0.2",
"react-easy-crop": "^3.5.2",
"react-pdf": "^5.3.2",
"react-redux": "^7.2.4",
"react-signature-canvas": "^1.0.3",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"validator": "^13.6.0",
"websocket-heartbeat-js": "^1.0.13",
"xlsx": "^0.17.0"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-next": "11.0.1"
}
}