-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.41 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.41 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "mb-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.23.2",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"convert-excel-to-json": "^1.7.0",
"excel-date-to-js": "^1.0.6",
"express": "^4.17.1",
"formik": "^2.1.4",
"fs": "0.0.1-security",
"html2canvas": "1.0.0-alpha.12",
"js-cookie": "^2.2.1",
"jspdf": "1.5.3",
"lazysizes": "^5.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"next": "11",
"next-pwa": "^2.3.3",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^4.0.1",
"nextjs-fonts": "^0.22.0",
"node-xlsx": "^0.15.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "17",
"react-bootstrap": "^1.0.1",
"react-collapsed": "^2.2.3",
"react-datepicker": "^2.14.1",
"react-dom": "17",
"react-google-maps": "^9.4.5",
"react-google-recaptcha": "^2.0.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.43.1",
"react-html-parser": "^2.0.2",
"react-i18next": "^11.3.3",
"react-lazyload": "^3.1.0",
"react-loading": "^2.0.3",
"react-multi-carousel": "^2.5.3",
"react-number-format": "^4.4.1",
"react-numeric": "^1.0.0",
"react-paginate": "^6.3.2",
"react-redux": "^7.2.0",
"react-responsive-carousel": "^3.2.5",
"react-select": "^3.0.8",
"react-show-more-text": "^1.3.0",
"react-slick": "^0.29.0",
"react-sticky": "^6.0.3",
"react-text-input": "0.0.8",
"react-to-print": "^2.9.0",
"reactstrap": "^8.4.1",
"read-excel-file": "^4.0.7",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"sass": "^1.54.9",
"slick-carousel": "^1.8.1",
"xls-to-json-lc": "^0.3.4",
"xlsx-parse-json": "^3.1.0",
"xlsx2json": "^1.0.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.11",
"eslint": "7",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^5.1.0",
"postcss": "^8.4.16",
"prettier": "1.19.1",
"prettier-eslint": "^9.0.1",
"tailwindcss": "^3.1.8",
"url-loader": "^3.0.0"
}
}