mirror of https://codeberg.org/pzp/zooboard.git
65 lines
2.4 KiB
JSON
65 lines
2.4 KiB
JSON
{
|
|
"name": "zooboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"start": "BROWSER=none react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"electron": "ELECTRON_START_URL=http://localhost:3000 DEBUG=*,-shse,-pull-secretstream 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#93fa810b9a40b78aef4872d4c2a8412cccb52929",
|
|
"ppppp-db": "github:staltz/ppppp-db#6661b73fd4fc4d928d90ca945b03903d7c137dd3",
|
|
"ppppp-dict": "github:staltz/ppppp-dict#26954a12f47b0361d7e36190f8234a68ca9c1fa4",
|
|
"ppppp-gc": "github:staltz/ppppp-gc#9075f983d8fa9a13c18a63451a78bed5912e78d0",
|
|
"ppppp-goals": "github:staltz/ppppp-goals#46a8d8889c668cf291607963fd7301f21aa634b5",
|
|
"ppppp-keypair": "github:staltz/ppppp-keypair#c33980c580e33f9a35cb0c672b916ec9fe8b4c6d",
|
|
"ppppp-set": "github:staltz/ppppp-set#3accb5e3b0a71c91a7f04feec2fbfa56a4d736db",
|
|
"ppppp-sync": "github:staltz/ppppp-sync#54aa67a08fb1cde1b718f900e6b89c103532826e",
|
|
"ppppp-conductor": "github:staltz/ppppp-conductor#8ebeb0fb12de766fac21f8292121307cf7d1bd1e",
|
|
"ppppp-hub-client": "github:staltz/ppppp-hub-client#554a36e46637c5e6314d3393db20736f2b8e59bc",
|
|
"ppppp-invite": "github:staltz/ppppp-invite#745eea3de0b98a4896face25cb31288c9b0c9ed2",
|
|
"ppppp-net": "github:staltz/ppppp-net#5b79b9566bb425e27169f90544bc54b8b418b87c",
|
|
"ppppp-promise": "github:staltz/ppppp-promise#e4f559178c35b71fb96ed0029d3d9b839c7d64ff",
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|