49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "spa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.6.4",
|
|
"@emotion/react": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^3.4.1",
|
|
"chartjs-adapter-date-fns": "^2.0.0",
|
|
"date-fns": "^2.22.1",
|
|
"framer-motion": "^4.1.17",
|
|
"fuse.js": "^6.4.6",
|
|
"react": "^17.0.2",
|
|
"react-chartjs-2": "^3.0.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"react-query": "^3.18.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-virtualized": "^9.22.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|