{
"name": "dbmind",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "5.0.1",
"antd": "^4.16.11",
"axios": "^0.27.2",
"echarts": "^5.1.2",
"echarts-for-react": "^3.0.1",
"moment": "^2.29.1",
"prop-types": "^15.8.1",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resizable": "^3.0.4",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off",
"no-useless-escape": "off"
}
},
"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-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"http-proxy-middleware": "^2.0.4",
"@babel/plugin-proposal-private-property-in-object":"^7.16.7"
}
}