mirror of https://codeberg.org/pzp/zooboard.git
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "zooboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"start": "PORT=3001 BROWSER=none react-scripts start",
|
|
"start2": "ZOOBOARD_DATA=/tmp/zooboard-test PORT=3002 BROWSER=none react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"electron": "ELECTRON_START_URL=http://localhost:3001 DEBUG=*,-shse,-pull-secretstream electron .",
|
|
"electron2": "ZOOBOARD_DATA=/tmp/zooboard-test ELECTRON_START_URL=http://localhost:3002 DEBUG=*,-shse,-pull-secretstream electron .",
|
|
"start-all": "concurrently --kill-others \"npm start\" \"./scripts/wait.sh 3001 && npm run electron\" \"npm run start2\" \"./scripts/wait.sh 3002 && npm run electron2\""
|
|
},
|
|
"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",
|
|
"concurrently": "^8.2.2",
|
|
"debounce": "2.0",
|
|
"pzp-caps": "^1.0.0",
|
|
"pzp-db": "^1.0.2",
|
|
"pzp-dict": "^1.0.0",
|
|
"pzp-gc": "^1.0.0",
|
|
"pzp-goals": "^1.0.0",
|
|
"pzp-keypair": "^1.0.0",
|
|
"pzp-sdk": "git+https://codeberg.org/pzp/pzp-sdk.git",
|
|
"pzp-set": "^1.0.0",
|
|
"pzp-sync": "^1.0.0",
|
|
"pzp-conductor": "^1.0.2",
|
|
"pzp-hub-client": "^1.0.0",
|
|
"pzp-invite": "^1.0.0",
|
|
"pzp-net": "^1.0.1",
|
|
"pzp-promise": "^1.0.0",
|
|
"pull-awaitable": "1.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-outside-click-handler": "1.3.0",
|
|
"react-scripts": "5.0.1",
|
|
"secret-handshake-ext": "0.0.11",
|
|
"secret-stack": "8.1.0",
|
|
"sodium-native": "4.1.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|