2020-03-15 01:04:30 -04:00
|
|
|
{
|
2020-03-15 02:50:56 -04:00
|
|
|
"name": "owlbear-rodeo",
|
2020-10-27 04:31:03 -04:00
|
|
|
"version": "1.6.2",
|
2020-03-15 01:04:30 -04:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-11-18 21:56:17 -05:00
|
|
|
"@babylonjs/core": "^4.2.0",
|
|
|
|
"@babylonjs/loaders": "^4.2.0",
|
|
|
|
"@msgpack/msgpack": "^2.3.0",
|
2020-10-26 17:02:41 -04:00
|
|
|
"@sentry/react": "^5.27.1",
|
2020-04-14 22:51:03 -04:00
|
|
|
"@stripe/stripe-js": "^1.3.2",
|
2020-10-13 18:53:32 -04:00
|
|
|
"@tensorflow/tfjs": "^2.6.0",
|
2020-11-18 21:56:17 -05:00
|
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
|
|
"@testing-library/react": "^11.2.0",
|
|
|
|
"@testing-library/user-event": "^12.2.2",
|
2020-05-07 22:56:36 -04:00
|
|
|
"ammo.js": "kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778",
|
2020-05-22 04:11:45 -04:00
|
|
|
"case": "^1.6.3",
|
2020-11-18 21:56:17 -05:00
|
|
|
"dexie": "^3.0.3",
|
2020-11-18 22:02:49 -05:00
|
|
|
"err-code": "^2.0.3",
|
2020-11-18 21:56:17 -05:00
|
|
|
"fake-indexeddb": "^3.1.2",
|
2020-09-30 01:39:56 -04:00
|
|
|
"fuse.js": "^6.4.1",
|
2020-03-19 20:05:40 -04:00
|
|
|
"interactjs": "^1.9.7",
|
2020-11-18 21:56:17 -05:00
|
|
|
"konva": "^7.1.8",
|
2020-08-07 03:15:16 -04:00
|
|
|
"lodash.get": "^4.4.2",
|
|
|
|
"lodash.set": "^4.3.2",
|
2020-09-06 02:57:42 -04:00
|
|
|
"normalize-wheel": "^1.0.1",
|
2020-11-18 21:56:17 -05:00
|
|
|
"polygon-clipping": "^0.15.1",
|
|
|
|
"raw.macro": "^0.4.2",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-konva": "^17.0.0-0",
|
|
|
|
"react-markdown": "^5.0.2",
|
2020-06-25 04:56:03 -04:00
|
|
|
"react-media": "^2.0.0-rc.1",
|
2020-03-19 03:55:21 -04:00
|
|
|
"react-modal": "^3.11.2",
|
2020-11-18 21:56:17 -05:00
|
|
|
"react-resize-detector": "4.2.3",
|
2020-04-05 10:07:24 -04:00
|
|
|
"react-router-dom": "^5.1.2",
|
2020-11-18 21:56:17 -05:00
|
|
|
"react-router-hash-link": "^2.2.2",
|
|
|
|
"react-scripts": "4.0.0",
|
2020-09-23 02:29:15 -04:00
|
|
|
"react-select": "^3.1.0",
|
2020-05-24 20:37:28 -04:00
|
|
|
"react-spring": "^8.0.27",
|
2020-10-27 03:25:50 -04:00
|
|
|
"react-toast-notifications": "^2.4.0",
|
2020-11-18 21:56:17 -05:00
|
|
|
"react-use-gesture": "^8.0.1",
|
2020-03-19 20:05:40 -04:00
|
|
|
"shortid": "^2.2.15",
|
2020-07-15 20:58:30 -04:00
|
|
|
"simple-peer": "feross/simple-peer#694/head",
|
2020-04-07 04:18:08 -04:00
|
|
|
"simplebar-react": "^2.1.0",
|
2020-04-18 05:09:48 -04:00
|
|
|
"simplify-js": "^1.2.4",
|
2020-04-05 08:20:34 -04:00
|
|
|
"socket.io-client": "^2.3.0",
|
2020-08-11 06:22:10 -04:00
|
|
|
"source-map-explorer": "^2.4.2",
|
2020-04-08 20:36:28 -04:00
|
|
|
"theme-ui": "^0.3.1",
|
2020-05-21 02:46:50 -04:00
|
|
|
"use-image": "^1.0.5",
|
2020-04-08 20:36:28 -04:00
|
|
|
"webrtc-adapter": "^7.5.1"
|
2020-03-15 01:04:30 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-08-11 06:22:10 -04:00
|
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|