right-tree/frontend/package.json

42 lines
967 B
JSON
Raw Normal View History

{
"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",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.22.0",
"bootstrap": "^5.1.2",
"leaflet": "^1.7.1",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.2",
"react-scripts": "4.0.3",
"reactstrap": "^8.10.0",
"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"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}