64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "owlbear-rodeo",
|
|
"version": "1.5.0 (preview)",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^1.12.1",
|
|
"@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",
|
|
"ammo.js": "kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778",
|
|
"babylonjs": "^4.1.0",
|
|
"babylonjs-loaders": "^4.1.0",
|
|
"case": "^1.6.3",
|
|
"dexie": "^2.0.4",
|
|
"fake-indexeddb": "^3.0.0",
|
|
"interactjs": "^1.9.7",
|
|
"konva": "^6.0.0",
|
|
"polygon-clipping": "^0.14.3",
|
|
"raw.macro": "^0.3.0",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"react-konva": "^16.13.0-3",
|
|
"react-markdown": "^4.3.1",
|
|
"react-media": "^2.0.0-rc.1",
|
|
"react-modal": "^3.11.2",
|
|
"react-resize-detector": "^4.2.3",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-router-hash-link": "^1.2.2",
|
|
"react-scripts": "3.4.0",
|
|
"react-spring": "^8.0.27",
|
|
"react-use-gesture": "^7.0.15",
|
|
"shortid": "^2.2.15",
|
|
"simple-peer": "feross/simple-peer#694/head",
|
|
"simplebar-react": "^2.1.0",
|
|
"simplify-js": "^1.2.4",
|
|
"socket.io-client": "^2.3.0",
|
|
"theme-ui": "^0.3.1",
|
|
"use-image": "^1.0.5",
|
|
"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"
|
|
]
|
|
}
|
|
}
|