grungnet/package.json

66 lines
1.7 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",
2020-08-11 09:09:22 +00:00
"version": "1.5.0",
2020-03-15 05:04:30 +00:00
"private": true,
"dependencies": {
"@msgpack/msgpack": "^1.12.1",
"@stripe/stripe-js": "^1.3.2",
2020-03-15 05:04:30 +00:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ammo.js": "kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778",
"babylonjs": "^4.1.0",
"babylonjs-loaders": "^4.1.0",
"case": "^1.6.3",
"dexie": "^2.0.4",
"fake-indexeddb": "^3.0.0",
"interactjs": "^1.9.7",
2020-05-21 06:46:50 +00:00
"konva": "^6.0.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
2020-06-09 02:45:52 +00:00
"polygon-clipping": "^0.14.3",
"raw.macro": "^0.3.0",
2020-03-15 05:04:30 +00:00
"react": "^16.13.0",
"react-dom": "^16.13.0",
2020-05-21 06:46:50 +00:00
"react-konva": "^16.13.0-3",
"react-markdown": "^4.3.1",
"react-media": "^2.0.0-rc.1",
"react-modal": "^3.11.2",
2020-05-21 06:46:50 +00:00
"react-resize-detector": "^4.2.3",
"react-router-dom": "^5.1.2",
2020-05-03 08:30:01 +00:00
"react-router-hash-link": "^1.2.2",
2020-03-15 06:50:56 +00:00
"react-scripts": "3.4.0",
"react-spring": "^8.0.27",
2020-05-21 06:46:50 +00:00
"react-use-gesture": "^7.0.15",
"shortid": "^2.2.15",
"simple-peer": "feross/simple-peer#694/head",
"simplebar-react": "^2.1.0",
"simplify-js": "^1.2.4",
2020-04-05 12:20:34 +00:00
"socket.io-client": "^2.3.0",
"theme-ui": "^0.3.1",
2020-05-21 06:46:50 +00:00
"use-image": "^1.0.5",
"webrtc-adapter": "^7.5.1"
2020-03-15 05:04:30 +00:00
},
"scripts": {
"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"
]
}
}