-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.22 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.22 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
{
"name": "next-layout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-react": "1.10.1",
"@aws-amplify/auth": "4.5.3",
"@aws-amplify/ui-react": "2.16.1",
"@babel/core": "7.18.2",
"@babel/eslint-parser": "7.18.2",
"@casl/ability": "6.2.0",
"@casl/react": "3.1.0",
"@emotion/cache": "11.6.0",
"@emotion/react": "11.7.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.6.0",
"@hookform/resolvers": "2.4.0",
"@mui/lab": "5.0.0-alpha.80",
"@mui/material": "5.6.4",
"@mui/x-data-grid": "5.10.0",
"@popperjs/core": "2.11.6",
"@reduxjs/toolkit": "1.8.5",
"aws-amplify": "4.3.22",
"axios": "0.27.2",
"axios-mock-adapter": "1.20.0",
"babel-eslint": "10.1.0",
"chart.js": "3.7.1",
"cleave.js": "1.6.0",
"clipboard-copy": "4.0.1",
"clsx": "1.1.1",
"date-fns": "2.27.0",
"draft-js": "0.11.7",
"firebase": "9.7.0",
"i18next": "21.7.1",
"i18next-browser-languagedetector": "6.1.2",
"i18next-http-backend": "1.3.1",
"jsonwebtoken": "8.5.1",
"keen-slider": "6.6.5",
"mdi-material-ui": "7.1.0",
"next": "12.3.0",
"nprogress": "0.2.0",
"payment": "2.4.6",
"prismjs": "1.25.0",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.0",
"react-chartjs-2": "4.1.0",
"react-credit-cards": "0.8.3",
"react-datepicker": "4.5.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "1.14.7",
"react-dropzone": "14.2.0",
"react-hook-form": "7.3.0",
"react-hot-toast": "2.1.1",
"react-i18next": "11.14.3",
"react-perfect-scrollbar": "1.5.8",
"react-popper": "2.2.5",
"react-redux": "8.0.1",
"react-to-pdf": "0.0.14",
"recharts": "2.1.6",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.1",
"yup": "0.32.9"
},
"devDependencies": {
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.25.4",
"next-transpile-modules": "9.0.0",
"prettier": "2.6.2"
}
}