mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
This automatically logs state changes (in a readable form) to the js console. We'll probably want to turn this off in production to cut down on log noise.
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.7.2",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^12.20.46",
|
|
"@types/react": "^16.14.23",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/react-redux": "^7.1.22",
|
|
"axios": "^0.26.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"esri-leaflet": "^3.0.7",
|
|
"leaflet": "^1.7.1",
|
|
"milsymbol": "^2.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-esri-leaflet": "^1.3.1",
|
|
"react-leaflet": "^3.2.5",
|
|
"react-redux": "^7.2.6",
|
|
"redux-logger": "^3.0.6",
|
|
"typescript": "~4.1.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"electron": "wait-on tcp:3000 && electron ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/leaflet": "^1.7.9",
|
|
"@types/redux-logger": "^3.0.9",
|
|
"@types/websocket": "^1.0.5",
|
|
"electron": "^17.1.0",
|
|
"electron-is-dev": "^2.0.0",
|
|
"react-scripts": "5.0.0",
|
|
"wait-on": "^6.0.1"
|
|
}
|
|
}
|