grungnet/package.json
Mitchell McCaffrey 0c2296990f Bump version
2020-04-15 12:51:48 +10:00

51 lines
1.2 KiB
JSON

{
"name": "owlbear-rodeo",
"version": "0.11.0",
"private": true,
"homepage": "https://owlbear.rodeo",
"dependencies": {
"@stripe/stripe-js": "^1.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"blob-to-buffer": "^1.2.8",
"gh-pages": "^2.2.0",
"interactjs": "^1.9.7",
"js-binarypack": "^0.0.9",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"shortid": "^2.2.15",
"simple-peer": "^9.6.2",
"simplebar-react": "^2.1.0",
"socket.io-client": "^2.3.0",
"theme-ui": "^0.3.1",
"webrtc-adapter": "^7.5.1"
},
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"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"
]
}
}