forked from codedthemes/mantis-free-react-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.87 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
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
{
"name": "mantis-free-react-admin-template",
"version": "1.2.0",
"private": true,
"homepage": "https://mantisdashboard.io/free",
"dependencies": {
"@ant-design/colors": "7.0.2",
"@ant-design/icons": "5.2.6",
"@babel/plugin-transform-private-property-in-object": "7.23.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/lab": "5.0.0-alpha.162",
"@mui/material": "5.15.6",
"@reduxjs/toolkit": "2.1.0",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.2.0",
"@testing-library/user-event": "14.5.2",
"apexcharts": "3.45.2",
"core-js": "3.36.0",
"formik": "2.4.5",
"framer-motion": "11.0.3",
"history": "5.3.0",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-copy-to-clipboard": "5.1.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-draggable": "4.4.6",
"react-element-to-jsx-string": "15.0.0",
"react-number-format": "5.3.1",
"react-perfect-scrollbar": "1.5.8",
"react-redux": "9.1.0",
"react-router": "6.21.3",
"react-router-dom": "6.21.3",
"react-syntax-highlighter": "15.5.0",
"react-window": "1.8.10",
"redux": "5.0.1",
"simplebar": "5.3.8",
"simplebar-react": "2.4.1",
"typescript": "4.8.3",
"web-vitals": "3.5.2",
"yup": "1.3.3"
},
"scripts": {
"build:dev": "webpack-dev-server --config ./webpack.dev.config.js",
"build:eslint": "webpack-dev-server --config ./webpack.eslint.config.js",
"build": "webpack",
"build:local": "webpack --env.NODE_ENV=local",
"build:prod": "webpack --node-env production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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"
]
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.9",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"prettier": "3.2.4",
"sass": "1.71.0",
"sass-loader": "14.1.0",
"style-loader": "3.3.4",
"url-loader": "4.1.1",
"webpack": "5.90.2",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.2"
}
}