1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 14:10:45 +00:00
msfs-popout-panel-manager/ReactClient/package.json
2022-07-23 15:23:32 -04:00

51 lines
1.4 KiB
JSON

{
"name": "pwa",
"version": "0.1.0",
"private": true,
"dependencies": {
"@elfalem/leaflet-curve": "^0.8.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@mui/styles": "^5.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"console-feed": "^3.2.2",
"geolib": "^3.3.1",
"json-ref-lite": "^1.1.0",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
"leaflet-marker-rotation": "^0.4.0",
"leaflet.marker.slideto": "^0.2.0",
"react": "^17.0.2",
"react-dial-knob": "^1.3.0",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.1",
"react-leaflet-bing-v2": "^5.2.3",
"react-lineto": "^3.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"rimraf": "^2.7.1"
},
"scripts": {
"start": "rimraf ./build && react-scripts start",
"build": "rimraf ./build && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "http-server build -p 27010",
"buildserve": "rimraf ./build && react-scripts build && http-server build -p 27010"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}