91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "owlbear-rodeo",
|
|
"version": "1.8.1 (preview)",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babylonjs/core": "^4.2.0",
|
|
"@babylonjs/loaders": "^4.2.0",
|
|
"@mitchemmc/dexie-export-import": "^1.0.1",
|
|
"@msgpack/msgpack": "^2.4.1",
|
|
"@sentry/react": "^6.2.2",
|
|
"@stripe/stripe-js": "^1.13.1",
|
|
"@tensorflow/tfjs": "^3.3.0",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/user-event": "^13.0.2",
|
|
"ammo.js": "kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778",
|
|
"case": "^1.6.3",
|
|
"color": "^3.1.3",
|
|
"comlink": "^4.3.0",
|
|
"deep-diff": "^1.0.2",
|
|
"dexie": "^3.0.3",
|
|
"dexie-observable": "^3.0.0-beta.10",
|
|
"err-code": "^3.0.1",
|
|
"fake-indexeddb": "^3.1.2",
|
|
"file-saver": "^2.0.5",
|
|
"fuse.js": "^6.4.6",
|
|
"interactjs": "^1.10.8",
|
|
"konva": "^7.2.5",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.set": "^4.3.2",
|
|
"normalize-wheel": "^1.0.1",
|
|
"pepjs": "^0.5.3",
|
|
"polygon-clipping": "^0.15.2",
|
|
"pretty-bytes": "^5.6.0",
|
|
"raw.macro": "^0.4.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-konva": "^17.0.1-3",
|
|
"react-markdown": "4",
|
|
"react-media": "^2.0.0-rc.1",
|
|
"react-modal": "^3.12.1",
|
|
"react-resize-detector": "4.2.3",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-router-hash-link": "^2.2.2",
|
|
"react-scripts": "^4.0.3",
|
|
"react-select": "^4.2.1",
|
|
"react-spring": "^8.0.27",
|
|
"react-toast-notifications": "^2.4.3",
|
|
"react-use-gesture": "^9.1.3",
|
|
"shortid": "^2.2.15",
|
|
"simple-peer": "feross/simple-peer#694/head",
|
|
"simplebar-react": "^2.1.0",
|
|
"simplify-js": "^1.2.4",
|
|
"socket.io-client": "^4.0.0",
|
|
"socket.io-msgpack-parser": "^3.0.1",
|
|
"source-map-explorer": "^2.5.2",
|
|
"theme-ui": "^0.3.1",
|
|
"use-image": "^1.0.7",
|
|
"webrtc-adapter": "^7.7.1"
|
|
},
|
|
"resolutions": {
|
|
"simple-peer/get-browser-rtc": "substack/get-browser-rtc#4/head"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts --max_old_space_size=4096 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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"worker-loader": "^3.0.8"
|
|
}
|
|
}
|