2021-03-31 15:54:02 +05:00
|
|
|
{
|
|
|
|
"name": "asb_cloud_front_react",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-05-12 17:53:35 +05:00
|
|
|
"@craco/craco": "^6.1.2",
|
2021-04-08 12:29:19 +05:00
|
|
|
"@microsoft/signalr": "^5.0.5",
|
2021-03-31 15:54:02 +05:00
|
|
|
"@testing-library/jest-dom": "^5.11.10",
|
|
|
|
"@testing-library/react": "^11.2.6",
|
|
|
|
"@testing-library/user-event": "^12.8.3",
|
2021-04-02 17:22:34 +05:00
|
|
|
"antd": "^4.15.0",
|
2021-05-28 15:56:01 +05:00
|
|
|
"chart.js": "^3.3.0",
|
|
|
|
"chartjs-adapter-moment": "^1.0.0",
|
2021-05-27 16:59:05 +05:00
|
|
|
"chartjs-plugin-datalabels": "^2.0.0-rc.1",
|
2021-07-26 11:13:16 +05:00
|
|
|
"chartjs-plugin-zoom": "^1.1.1",
|
2021-04-02 17:22:34 +05:00
|
|
|
"craco-less": "^1.17.1",
|
2021-08-05 16:37:33 +05:00
|
|
|
"immutability-helper": "^3.1.1",
|
2021-05-13 13:50:25 +05:00
|
|
|
"moment": "^2.29.1",
|
2021-07-19 17:38:31 +05:00
|
|
|
"pigeon-maps": "^0.19.7",
|
2021-03-31 15:54:02 +05:00
|
|
|
"react": "^17.0.2",
|
2021-08-05 16:37:33 +05:00
|
|
|
"react-dnd-html5-backend": "^14.0.0",
|
2021-03-31 15:54:02 +05:00
|
|
|
"react-dom": "^17.0.2",
|
2021-04-02 17:22:34 +05:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-03-31 15:54:02 +05:00
|
|
|
"react-scripts": "4.0.3",
|
2021-04-02 17:22:34 +05:00
|
|
|
"typescript": "^4.2.3",
|
2021-03-31 15:54:02 +05:00
|
|
|
"web-vitals": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-04-02 17:22:34 +05:00
|
|
|
"start": "craco start",
|
|
|
|
"build": "craco build",
|
|
|
|
"test": "craco test",
|
|
|
|
"react_start": "react-scripts start",
|
|
|
|
"react_build": "react-scripts build",
|
|
|
|
"react_test": "react-scripts test",
|
2021-03-31 15:54:02 +05:00
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
2021-08-09 16:27:13 +05:00
|
|
|
"proxy": "http://192.168.1.70:5000",
|
2021-03-31 15:54:02 +05:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
2021-04-02 17:22:34 +05:00
|
|
|
">10%",
|
2021-03-31 15:54:02 +05:00
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2021-04-02 17:22:34 +05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-11 15:29:53 +05:00
|
|
|
"@types/react": "^17.0.3",
|
2021-04-02 17:22:34 +05:00
|
|
|
"openapi-typescript": "^3.2.0",
|
|
|
|
"openapi-typescript-codegen": "^0.9.3"
|
2021-03-31 15:54:02 +05:00
|
|
|
}
|
|
|
|
}
|