{ "name": "zooboard", "version": "0.1.0", "private": true, "main": "main.js", "homepage": "./", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "electron": "electron .", "electron-dev": "ELECTRON_START_URL=http://localhost:3000 electron ." }, "dependencies": { "@excalidraw/excalidraw": "0.17.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "debounce": "2.0", "ppppp-caps": "github:staltz/ppppp-caps", "ppppp-keypair": "github:staltz/ppppp-keypair", "ppppp-db": "github:staltz/ppppp-db", "ppppp-dict": "github:staltz/ppppp-dict", "ppppp-set": "github:staltz/ppppp-set", "ppppp-goals": "github:staltz/ppppp-goals", "ppppp-sync": "github:staltz/ppppp-sync", "ppppp-gc": "github:staltz/ppppp-gc", "ppppp-conductor": "github:staltz/ppppp-conductor", "ppppp-hub-client": "github:staltz/ppppp-hub-client", "ppppp-promise": "github:staltz/ppppp-promise", "ppppp-invite": "github:staltz/ppppp-invite", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "secret-handshake-ext": "0.0.11", "secret-stack": "8.0.0", "ssb-conn": "6.0.4", "web-vitals": "^2.1.4" }, "devDependencies": { "electron": "^28.1.1", "tailwindcss": "^3.4.0" }, "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" ] } }