2021-10-06 12:36:39 +13:00
|
|
|
{
|
|
|
|
"name": "right-tree-frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-10-07 15:39:12 +13:00
|
|
|
"@emotion/react": "^11.4.1",
|
|
|
|
"@emotion/styled": "^11.3.0",
|
2021-10-22 16:11:52 +13:00
|
|
|
"@mui/icons-material": "^5.0.4",
|
2021-10-07 15:39:12 +13:00
|
|
|
"@mui/material": "^5.0.2",
|
2021-10-06 12:36:39 +13:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
|
|
"@testing-library/react": "^11.2.7",
|
|
|
|
"@testing-library/user-event": "^12.8.3",
|
2021-10-07 10:22:07 +13:00
|
|
|
"axios": "^0.22.0",
|
2021-10-06 16:18:01 +13:00
|
|
|
"bootstrap": "^5.1.2",
|
2021-10-18 15:46:18 +13:00
|
|
|
"leaflet": "^1.7.1",
|
2021-10-06 16:18:01 +13:00
|
|
|
"node-sass": "^6.0.1",
|
2021-10-06 12:36:39 +13:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-10-18 15:46:18 +13:00
|
|
|
"react-leaflet": "^3.2.2",
|
2021-10-06 12:36:39 +13:00
|
|
|
"react-scripts": "4.0.3",
|
2021-10-06 16:18:01 +13:00
|
|
|
"reactstrap": "^8.10.0",
|
2021-10-06 12:36:39 +13:00
|
|
|
"web-vitals": "^1.1.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
2021-10-18 15:46:18 +13:00
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2021-10-06 12:36:39 +13:00
|
|
|
}
|