2024-09-21 19:05:10 +07:00
|
|
|
{
|
|
|
|
"name": "my-app",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2024-10-04 01:00:34 +07:00
|
|
|
"axios": "^1.7.7",
|
|
|
|
"express": "^4.21.0",
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
2024-09-21 21:45:17 +07:00
|
|
|
"leaflet": "^1.9.4",
|
|
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
|
|
"qrcode.react": "^4.0.1",
|
2024-09-21 19:05:10 +07:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-09-21 21:45:17 +07:00
|
|
|
"react-leaflet": "^4.2.1",
|
|
|
|
"react-router-dom": "^6.26.2",
|
2024-09-21 19:05:10 +07:00
|
|
|
"react-scripts": "5.0.1",
|
2024-09-21 21:45:17 +07:00
|
|
|
"socket.io": "^4.8.0",
|
|
|
|
"socket.io-client": "^4.8.0",
|
2024-09-21 19:05:10 +07:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2024-09-27 03:34:07 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"sass": "^1.79.3"
|
2024-09-21 19:05:10 +07:00
|
|
|
}
|
|
|
|
}
|