-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "integrasi-sistem-pariwisata",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nivo/core": "^0.74.0",
"@nivo/line": "^0.74.0",
"@splidejs/react-splide": "^0.6.8",
"@trendyol-js/react-carousel": "^2.0.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"cookies-next": "^2.0.3",
"d3-shape": "^3.0.1",
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"draft-js": "^0.11.7",
"evergreen-ui": "^6.5.1",
"exceljs": "^4.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "^12.0.1",
"next-auth": "^4.0.0-beta.6",
"react": "^17.0.2",
"react-background-slider": "^2.0.0",
"react-bootstrap": "^2.0.2",
"react-bootstrap-icons": "^1.6.1",
"react-datepicker": "^4.6.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hook-form": "^7.18.0",
"react-horizontal-scrolling-menu": "^2.5.0",
"react-image-overlay": "^1.0.5",
"react-image-picker": "^1.1.1",
"react-multi-carousel": "^2.6.5",
"react-quill": "^1.3.5",
"react-scroll-horizontal": "^1.6.6",
"react-scrollmagic": "^2.3.0",
"react-step-wizard": "^5.3.9",
"sass": "^1.43.4",
"sharp": "^0.29.3",
"swr": "^1.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"node-create-csv": "^1.0.0"
}
}