-
Notifications
You must be signed in to change notification settings - Fork 648
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.03 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.03 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
{
"name": "mantis-material-free-react",
"version": "2.1.0",
"homepage": "https://mantisdashboard.com/free",
"author": {
"name": "CodedThemes",
"email": "codedthemes@gmail.com",
"url": "https://codedthemes.com/"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@ant-design/colors": "8.0.1",
"@ant-design/icons": "6.1.0",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/public-sans": "5.2.7",
"@mui/base": "5.0.0-beta.70",
"@mui/lab": "7.0.1-beta.22",
"@mui/material": "7.3.8",
"@mui/system": "7.3.8",
"@mui/x-charts": "8.27.0",
"@vitejs/plugin-react": "5.1.4",
"formik": "2.4.9",
"framer-motion": "12.34.2",
"lodash-es": "4.17.23",
"react": "19.2.4",
"react-device-detect": "2.2.3",
"react-dom": "19.2.4",
"react-number-format": "5.4.4",
"react-router": "7.13.0",
"react-router-dom": "7.13.0",
"simplebar-react": "3.3.2",
"swr": "2.4.0",
"vite": "7.3.1",
"vite-jsconfig-paths": "2.0.1",
"web-vitals": "5.1.0",
"yup": "1.7.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/compat": "2.0.2",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "10.0.1",
"eslint": "10.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"prettier": "3.8.1"
},
"packageManager": "yarn@4.12.0"
}