-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
55
56
57
{
"name": "fintek",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "node node_modules\\eslint\\bin\\eslint.js **/*.jsx **/*.js"
},
"dependencies": {
"@date-io/core": "1.3.6",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.4.3",
"@material-ui/lab": "^4.0.0-alpha.40",
"@material-ui/pickers": "^3.2.6",
"@material-ui/styles": "^4.9.0",
"@nivo/bar": "0.59.2",
"@nivo/line": "0.59.3",
"@nivo/pie": "0.59.1",
"axios": "^0.19.0",
"clsx": "^1.0.4",
"date-fns": "2.1.0",
"formik": "^1.5.8",
"formik-material-ui": "^0.0.22",
"material-table": "^1.52.0",
"material-ui-phone-number": "^2.2.5",
"next": "^9.1.1",
"next-images": "^1.4.0",
"prop-types": "^15.7.2",
"public-ip": "^3.2.0",
"react": "^16.10.1",
"react-bootstrap-sweetalert": "^5.1.9",
"react-country-region-selector": "^1.4.7",
"react-dom": "^16.10.1",
"react-google-maps": "^9.4.5",
"react-no-ssr": "^1.1.0",
"react-select": "^3.0.8",
"react-timezone": "^2.4.0",
"recharts": "^1.7.1",
"sudo": "^1.0.3",
"yarn": "^1.21.1",
"yup": "^0.27.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
}
}