mirror of https://codeberg.org/pzp/zooboard.git
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"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",
|
|
"ppppp-caps": "file:../caps",
|
|
"ppppp-keypair": "file:../keypair",
|
|
"ppppp-db": "file:../db",
|
|
"ppppp-dict": "file:../dict",
|
|
"ppppp-set": "file:../set",
|
|
"ppppp-goals": "file:../goals",
|
|
"ppppp-sync": "file:../sync",
|
|
"ppppp-gc": "file:../gc",
|
|
"ppppp-conductor": "file:../conductor",
|
|
"ppppp-hub-client": "file:../hub-client",
|
|
"ppppp-promise": "file:../promise",
|
|
"ppppp-invite": "file:../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"
|
|
]
|
|
}
|
|
}
|