grungnet/package.json

95 lines
2.6 KiB
JSON
Raw Normal View History

2020-03-15 05:04:30 +00:00
{
2020-03-15 06:50:56 +00:00
"name": "owlbear-rodeo",
2021-04-21 09:04:20 +00:00
"version": "1.8.1",
2020-03-15 05:04:30 +00:00
"private": true,
"dependencies": {
2020-11-19 02:56:17 +00:00
"@babylonjs/core": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
2021-05-14 08:02:50 +00:00
"@dnd-kit/core": "3.0.2",
"@dnd-kit/sortable": "^3.0.1",
"@mitchemmc/dexie-export-import": "^1.0.1",
2021-03-16 05:23:36 +00:00
"@msgpack/msgpack": "^2.4.1",
2021-03-16 05:45:30 +00:00
"@sentry/react": "^6.2.2",
"@stripe/stripe-js": "^1.13.1",
2021-03-19 00:41:02 +00:00
"@tensorflow/tfjs": "^3.3.0",
2021-03-16 05:45:30 +00:00
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
2021-03-19 00:41:02 +00:00
"@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",
2020-11-19 02:56:17 +00:00
"dexie": "^3.0.3",
"dexie-observable": "^3.0.0-beta.10",
2021-03-19 00:41:02 +00:00
"err-code": "^3.0.1",
2020-11-19 02:56:17 +00:00
"fake-indexeddb": "^3.1.2",
2021-02-07 11:53:47 +00:00
"file-saver": "^2.0.5",
2021-03-16 05:45:30 +00:00
"fuse.js": "^6.4.6",
2021-04-24 08:21:49 +00:00
"image-outline": "^0.1.0",
2021-03-16 05:45:30 +00:00
"konva": "^7.2.5",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0",
"lodash.set": "^4.3.2",
"normalize-wheel": "^1.0.1",
2021-03-16 05:13:48 +00:00
"pepjs": "^0.5.3",
2021-03-16 05:45:30 +00:00
"polygon-clipping": "^0.15.2",
"pretty-bytes": "^5.6.0",
2020-11-19 02:56:17 +00:00
"raw.macro": "^0.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-03-16 05:45:30 +00:00
"react-konva": "^17.0.1-3",
2020-12-17 23:00:51 +00:00
"react-markdown": "4",
"react-media": "^2.0.0-rc.1",
2021-03-19 00:41:02 +00:00
"react-modal": "^3.12.1",
2020-11-19 02:56:17 +00:00
"react-resize-detector": "4.2.3",
"react-router-dom": "^5.1.2",
2020-11-19 02:56:17 +00:00
"react-router-hash-link": "^2.2.2",
2021-03-16 05:45:30 +00:00
"react-scripts": "^4.0.3",
2021-03-19 00:41:02 +00:00
"react-select": "^4.2.1",
"react-spring": "^8.0.27",
2021-03-16 05:45:30 +00:00
"react-toast-notifications": "^2.4.3",
2021-03-19 00:41:02 +00:00
"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",
2021-03-19 00:41:02 +00:00
"socket.io-client": "^4.0.0",
2021-03-19 01:22:59 +00:00
"socket.io-msgpack-parser": "^3.0.1",
2021-03-16 05:45:30 +00:00
"source-map-explorer": "^2.5.2",
"theme-ui": "^0.3.1",
2021-03-16 05:45:30 +00:00
"use-image": "^1.0.7",
"uuid": "^8.3.2",
2021-03-16 05:45:30 +00:00
"webrtc-adapter": "^7.7.1"
2020-03-15 05:04:30 +00:00
},
"resolutions": {
"simple-peer/get-browser-rtc": "substack/get-browser-rtc#4/head"
},
2020-03-15 05:04:30 +00:00
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
2020-03-15 05:04:30 +00:00
"start": "react-scripts start",
2020-11-05 05:50:43 +00:00
"build": "react-scripts --max_old_space_size=4096 build",
2020-03-15 05:04:30 +00:00
"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": {
2021-03-16 05:45:30 +00:00
"worker-loader": "^3.0.8"
2020-03-15 05:04:30 +00:00
}
}