grungnet/package.json

117 lines
3.4 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",
2022-04-27 01:00:56 +00:00
"version": "1.10.2",
2020-03-15 05:04:30 +00:00
"private": true,
"dependencies": {
2022-01-06 19:21:53 +00:00
"@babylonjs/core": "4.2.1",
"@babylonjs/loaders": "4.2.1",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@mitchemmc/dexie-export-import": "^1.0.1",
2022-11-28 06:46:15 +00:00
"@msgpack/msgpack": "^2.8.0",
"@react-spring/konva": "9.4.4",
2022-04-01 02:40:29 +00:00
"@tensorflow/tfjs": "^3.15.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
2022-11-28 06:46:15 +00:00
"@testing-library/user-event": "^14.4.3",
"ajv": "^8.11.2",
"ammo.js": "kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7",
"case": "^1.6.3",
"color": "^3.2.1",
2021-08-10 23:15:55 +00:00
"comlink": "^4.3.1",
"deep-diff": "^1.0.2",
"dexie": "^3.2.1",
"dexie-react-hooks": "^1.0.7",
2021-03-19 00:41:02 +00:00
"err-code": "^3.0.1",
2022-02-22 04:25:13 +00:00
"fake-indexeddb": "^3.1.7",
2021-02-07 11:53:47 +00:00
"file-saver": "^2.0.5",
2022-11-28 06:46:15 +00:00
"fuse.js": "^6.6.2",
2021-04-24 08:21:49 +00:00
"image-outline": "^0.1.0",
2022-11-28 06:46:15 +00:00
"intersection-observer": "^0.12.2",
"konva": "8.3.5",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"normalize-wheel": "^1.0.1",
2021-03-16 05:13:48 +00:00
"pepjs": "^0.5.3",
2021-08-10 23:15:55 +00:00
"polygon-clipping": "^0.15.3",
2022-04-01 02:40:29 +00:00
"pretty-bytes": "^6.0.0",
"raw.macro": "^0.4.2",
2021-05-25 07:34:22 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "8.33.1",
"react-konva": "^17.0.2-6",
"react-konva-utils": "^0.2.0",
"react-markdown": "4",
"react-media": "^2.0.0-rc.1",
"react-modal": "^3.14.4",
2022-04-01 02:40:29 +00:00
"react-resize-detector": "^7.0.0",
"react-router-dom": "^5.1.2",
2021-08-10 23:15:55 +00:00
"react-router-hash-link": "^2.4.3",
"react-scripts": "^4.0.3",
"react-select": "^5.2.2",
"react-spring": "9.4.4",
"react-textarea-autosize": "^8.3.3",
2021-08-10 23:15:55 +00:00
"react-toast-notifications": "^2.5.1",
2021-03-19 00:41:02 +00:00
"react-use-gesture": "^9.1.3",
"shortid": "^2.2.15",
"simple-peer": "^9.11.1",
"simplebar-react": "^2.3.6",
"simplify-js": "^1.2.4",
2022-11-28 04:31:47 +00:00
"socket.io-client": "^4.5.4",
"socket.io-msgpack-parser": "^3.0.2",
2022-11-28 06:46:15 +00:00
"source-map-explorer": "^2.5.3",
"theme-ui": "^0.10.0",
"tiny-typed-emitter": "^2.1.0",
"use-image": "1.0.10",
"uuid": "^8.3.2",
2022-11-28 06:46:15 +00:00
"webrtc-adapter": "^8.2.0"
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": {
2022-11-28 06:46:15 +00:00
"@types/color": "^3.0.3",
2021-05-25 07:34:22 +00:00
"@types/deep-diff": "^1.0.0",
2022-04-01 02:40:29 +00:00
"@types/file-saver": "^2.0.5",
"@types/jest": "^27.4.1",
2022-11-28 06:46:15 +00:00
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
2021-05-25 07:34:22 +00:00
"@types/node": "^15.6.0",
2022-11-28 06:46:15 +00:00
"@types/normalize-wheel": "^1.0.1",
2021-05-25 07:34:22 +00:00
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
2022-04-01 02:40:29 +00:00
"@types/react-modal": "^3.13.1",
2021-05-25 07:34:22 +00:00
"@types/react-router-dom": "^5.1.7",
2022-04-01 02:40:29 +00:00
"@types/react-select": "^5.0.1",
2021-05-25 07:34:22 +00:00
"@types/shortid": "^0.0.29",
2022-11-28 06:46:15 +00:00
"@types/simple-peer": "^9.11.5",
2022-04-01 02:40:29 +00:00
"@types/uuid": "^8.3.4",
"typescript": "^4.2.4",
2021-03-16 05:45:30 +00:00
"worker-loader": "^3.0.8"
2020-03-15 05:04:30 +00:00
}
}