49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "owlbear-rodeo",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"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",
|
|
"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",
|
|
"shape-detector": "^0.2.1",
|
|
"shortid": "^2.2.15",
|
|
"simple-peer": "^9.6.2",
|
|
"simplebar-react": "^2.1.0",
|
|
"simplify-js": "^1.2.4",
|
|
"socket.io-client": "^2.3.0",
|
|
"theme-ui": "^0.3.1",
|
|
"webrtc-adapter": "^7.5.1"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|