2020-03-15 01:04:30 -04:00
|
|
|
{
|
2020-03-15 02:50:56 -04:00
|
|
|
"name": "owlbear-rodeo",
|
2020-04-14 03:38:30 -04:00
|
|
|
"version": "0.10.1",
|
2020-03-15 01:04:30 -04:00
|
|
|
"private": true,
|
2020-03-20 07:12:38 -04:00
|
|
|
"homepage": "https://owlbear.rodeo",
|
2020-03-15 01:04:30 -04:00
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
2020-04-05 08:20:34 -04:00
|
|
|
"blob-to-buffer": "^1.2.8",
|
2020-03-20 07:12:38 -04:00
|
|
|
"gh-pages": "^2.2.0",
|
2020-03-19 20:05:40 -04:00
|
|
|
"interactjs": "^1.9.7",
|
2020-04-05 08:20:34 -04:00
|
|
|
"js-binarypack": "^0.0.9",
|
2020-03-15 01:04:30 -04:00
|
|
|
"react": "^16.13.0",
|
|
|
|
"react-dom": "^16.13.0",
|
2020-03-19 03:55:21 -04:00
|
|
|
"react-modal": "^3.11.2",
|
2020-04-05 10:07:24 -04:00
|
|
|
"react-router-dom": "^5.1.2",
|
2020-03-15 02:50:56 -04:00
|
|
|
"react-scripts": "3.4.0",
|
2020-03-19 20:05:40 -04:00
|
|
|
"shortid": "^2.2.15",
|
2020-04-05 08:20:34 -04:00
|
|
|
"simple-peer": "^9.6.2",
|
2020-04-07 04:18:08 -04:00
|
|
|
"simplebar-react": "^2.1.0",
|
2020-04-05 08:20:34 -04:00
|
|
|
"socket.io-client": "^2.3.0",
|
2020-04-08 20:36:28 -04:00
|
|
|
"theme-ui": "^0.3.1",
|
|
|
|
"webrtc-adapter": "^7.5.1"
|
2020-03-15 01:04:30 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-03-20 07:12:38 -04:00
|
|
|
"predeploy": "yarn build",
|
|
|
|
"deploy": "gh-pages -d build",
|
2020-03-15 01:04:30 -04:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|