{ "name": "zano-explorer", "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", "@types/jest": "^27.5.2", "@types/nanoid": "^3.0.0", "@types/node": "^16.18.57", "@types/react": "^18.2.25", "@types/react-dom": "^18.2.10", "concurrently": "^8.2.2", "highcharts": "^11.1.0", "highcharts-react-official": "^3.2.1", "http-proxy-middleware": "^2.0.6", "nanoid": "^5.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-json-view-lite": "^1.1.0", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", "sass": "^1.68.0", "socket.io-client": "^4.7.5", "tsx": "^4.19.0", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "scripts": { "postinstall": "cd server && npm i", "client": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "dev": "concurrently \"npx nodemon --exec tsx ./server/server.ts\" \"npm run client\"", "start": "tsx ./server/server.ts" }, "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" ] }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "nodemon": "^3.0.1" } }