43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "nanomap",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@datastructures-js/priority-queue": "^6.3.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.14.18",
|
|
"@mui/joy": "^5.0.0-beta.15",
|
|
"@mui/material": "^5.14.18",
|
|
"leaflet": "^1.9.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-scripts": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.23.4",
|
|
"@babel/core": "^7.23.5",
|
|
"@babel/plugin-proposal-private-property-in-object": "latest",
|
|
"@babel/preset-flow": "^7.23.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|