-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@minimal/material-kit-react",
"author": "minimals.cc",
"licence": "MIT",
"version": "1.6.0",
"private": false,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"clear-all": "rm -rf build node_modules",
"re-start": "rm -rf build node_modules && yarn install && yarn start",
"re-build": "rm -rf build node_modules && yarn install && yarn build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^7.6.0",
"@iconify/react": "^4.0.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/x-data-grid-generator": "^6.18.0",
"@mui/material": "^5.14.17",
"@mui/x-data-grid-pro": "^6.17.0",
"@mui/x-date-pickers": "^6.18.1",
"@mui/x-license-pro": "^5.17.12",
"@reduxjs/toolkit": "^1.9.7",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@types/papaparse": "^5.3.10",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-redux": "^7.1.28",
"add": "^2.0.6",
"apexcharts": "^3.36.0",
"axios": "^1.5.1",
"change-case": "^4.1.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"history": "^5.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"openai": "^4.17.3",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-big-calendar": "^1.8.5",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.7.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.69.5",
"simplebar-react": "^2.4.3",
"typescript": "^5.2.2",
"web-vitals": "^3.0.3",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@svgr/webpack": "^6.5.0",
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"overrides": {
"@svgr/webpack": "^6.5.0"
}
}