grungnet/package.json

90 lines
2.5 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-01-20 08:51:30 +00:00
"version": "1.7.0",
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",
"@msgpack/msgpack": "^2.3.0",
2020-10-26 21:02:41 +00:00
"@sentry/react": "^5.27.1",
"@stripe/stripe-js": "^1.3.2",
"@tensorflow/tfjs": "^2.6.0",
2020-11-19 02:56:17 +00:00
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.0",
"@testing-library/user-event": "^12.2.2",
"ammo.js": "kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778",
"blob-polyfill": "^5.0.20210201",
"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-export-import": "^1.0.0",
2020-11-19 03:02:49 +00:00
"err-code": "^2.0.3",
2020-11-19 02:56:17 +00:00
"fake-indexeddb": "^3.1.2",
2020-09-30 05:39:56 +00:00
"fuse.js": "^6.4.1",
"interactjs": "^1.9.7",
2020-11-19 02:56:17 +00:00
"konva": "^7.1.8",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"normalize-wheel": "^1.0.1",
2020-11-19 02:56:17 +00:00
"polygon-clipping": "^0.15.1",
"pretty-bytes": "^5.4.1",
2020-11-19 02:56:17 +00:00
"raw.macro": "^0.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-konva": "^17.0.0-0",
2020-12-17 23:00:51 +00:00
"react-markdown": "4",
"react-media": "^2.0.0-rc.1",
"react-modal": "^3.11.2",
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",
"react-scripts": "4.0.0",
"react-select": "^3.1.0",
"react-spring": "^8.0.27",
"react-toast-notifications": "^2.4.0",
2020-11-19 02:56:17 +00:00
"react-use-gesture": "^8.0.1",
"shortid": "^2.2.15",
"simple-peer": "feross/simple-peer#694/head",
"simplebar-react": "^2.1.0",
"simplify-js": "^1.2.4",
2020-11-20 05:34:08 +00:00
"socket.io-client": "^3.0.3",
"source-map-explorer": "^2.4.2",
"streamsaver": "^2.0.5",
"theme-ui": "^0.3.1",
2020-05-21 06:46:50 +00:00
"use-image": "^1.0.5",
"web-streams-polyfill": "^3.0.1",
"webrtc-adapter": "^7.5.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": {
"worker-loader": "^3.0.5"
2020-03-15 05:04:30 +00:00
}
}