111 lines
3.3 KiB
JSON
111 lines
3.3 KiB
JSON
{
|
|
"name": "react-material-full",
|
|
"description": "React Material Admin Full",
|
|
"version": "2.4.1",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"build": "cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
|
|
"start": "cross-env react-app-rewired --openssl-legacy-provider start",
|
|
"dev": "cross-env react-app-rewired --openssl-legacy-provider start",
|
|
"test": "react-app-rewired --openssl-legacy-provider test",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.5",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@fullcalendar/daygrid": "^6.1.14",
|
|
"@fullcalendar/core": "^6.1.14",
|
|
"@fullcalendar/interaction": "^6.1.14",
|
|
"@fullcalendar/list": "^6.1.14",
|
|
"@fullcalendar/react": "^6.1.14",
|
|
"@fullcalendar/timegrid": "^6.1.14",
|
|
"@mdi/js": "^6.9.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@mui/icons-material": "^5.15.1",
|
|
"@mui/material": "^5.15.1",
|
|
"@mui/styled-engine-sc": "^5.14.12",
|
|
"@mui/styles": "^5.15.1",
|
|
"@mui/x-data-grid": "^5.17.26",
|
|
"@mui/x-date-pickers": "^5.0.20",
|
|
"apexcharts": "^3.54.1",
|
|
"assert": "^2.1.0",
|
|
"axios": "^0.27.2",
|
|
"babel-eslint": "10.1.0",
|
|
"buffer": "^6.0.3",
|
|
"classnames": "^2.3.2",
|
|
"connected-react-router": "^6.9.3",
|
|
"crypto-browserify": "^3.12.1",
|
|
"css-loader": "^2.1.1",
|
|
"date-fns": "^2.30.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-react-app": "^5.2.1",
|
|
"file-loader": "^3.0.1",
|
|
"font-awesome": "^4.7.0",
|
|
"formik": "^2.4.5",
|
|
"history": "^4.10.1",
|
|
"https-browserify": "^1.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"line-awesome": "^1.3.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"mui-datatables": "^4.3.0",
|
|
"os-browserify": "^0.3.0",
|
|
"process": "^0.11.10",
|
|
"prop-types": "^15.8.1",
|
|
"query-string": "7.1.3",
|
|
"react": "^19.0.0",
|
|
"react-apexcharts": "^1.6.0",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-redux": "^7.2.9",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-scripts": "^5.0.1",
|
|
"react-simple-maps": "^0.12.1",
|
|
"react-sortablejs": "^1.5.1",
|
|
"react-swipeable-views": "^0.14.0",
|
|
"react-swipeable-views-utils": "^0.14.0",
|
|
"react-syntax-highlighter": "^11.0.3",
|
|
"recharts": "^2.13.3",
|
|
"redux": "^4.2.1",
|
|
"redux-thunk": "^2.4.2",
|
|
"sortablejs": "^1.15.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"typescript": "^4.9.5",
|
|
"url": "^0.11.4",
|
|
"url-loader": "^2.3.0",
|
|
"vm-browserify": "^1.1.2",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-call-delegate": "^7.12.13",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^14.1.2",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^20.10.5",
|
|
"@types/react": "^19.0.9",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@types/sortablejs": "^1.15.7",
|
|
"cross-env": "^7.0.3",
|
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
"sass": "^1.81.0"
|
|
}
|
|
}
|