UNPKG

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