UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@startupjs/react-sharedb",
3 "type": "module",
4 "version": "0.28.0",
5 "engines": {
6 "node": ">= 14"
7 },
8 "description": "Run ShareDB in React",
9 "main": "index.js",
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "test": "echo '----- Test Hooks Syntax -----' && HOOKS=1 npm run _test && echo '----- Test Class Syntax -----' && npm run _test && echo '----- Test DEPRECATED Syntax -----' && DEPRECATED=1 npm run _test",
15 "_test": "PORT=3333 mocha ./test/**/*.mocha.js --bail --reporter spec --require babel-polyfill --compilers js:babel-register --require ./test/_client"
16 },
17 "license": "MIT",
18 "dependencies": {
19 "@nx-js/observer-util": "^4.1.3",
20 "@startupjs/model": "^0.28.0",
21 "@startupjs/react-sharedb-classes": "^0.28.0",
22 "@startupjs/react-sharedb-hooks": "^0.28.0",
23 "@startupjs/react-sharedb-util": "^0.28.0",
24 "hoist-non-react-statics": "^1.2.0",
25 "lodash": "4.x",
26 "racer": "0.9.15",
27 "rich-text": "^4.0.0"
28 },
29 "devDependencies": {
30 "@oskarer/enzyme-wait": "^1.3.0",
31 "babel-cli": "^6.26.0",
32 "babel-core": "^6.26.0",
33 "babel-plugin-add-module-exports": "^0.1.2",
34 "babel-plugin-transform-decorators-legacy": "^1.3.4",
35 "babel-plugin-transform-runtime": "^6.3.13",
36 "babel-polyfill": "^6.26.0",
37 "babel-preset-es2015": "^6.24.1",
38 "babel-preset-react": "^6.24.1",
39 "babel-preset-stage-0": "^6.24.1",
40 "babel-register": "^6.26.0",
41 "babel-runtime": "^6.26.0",
42 "bluebird": "^3.5.1",
43 "chai": "^4.1.2",
44 "enzyme": "^3.10.0",
45 "enzyme-adapter-react-16": "^1.15.1",
46 "express": "^4.16.2",
47 "js-yaml": "^3.10.0",
48 "jsdom": "^11.3.0",
49 "mocha": "^3.5.3",
50 "racer-highway": "^8.1.0",
51 "racer-rpc": "0.1.9",
52 "raf": "^3.4.1",
53 "react": "^16.9.0",
54 "react-dom": "^16.9.0",
55 "react-test-renderer": "^16.9.0",
56 "sharedb-mongo": "^1.0.0-beta.8",
57 "wait-for-expect": "^0.6.2",
58 "ws": "^3.1.0"
59 },
60 "peerDependencies": {
61 "react": ">= 16.9.0 < 17"
62 },
63 "gitHead": "bf3b9c0319bbfbe3d55a92fbadec7155d49dca4a"
64}