2019-10-05 08:44:49 +00:00
|
|
|
{
|
2020-10-27 18:41:32 +00:00
|
|
|
"name": "@hiveteams/collab-client",
|
2021-03-04 21:03:04 +00:00
|
|
|
"version": "0.7.29",
|
2019-10-05 08:44:49 +00:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
2021-01-29 14:31:26 +00:00
|
|
|
"description": "slate-collaborative client",
|
2019-10-05 09:07:11 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/cudr/slate-collaborative.git"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-10-05 08:44:49 +00:00
|
|
|
"author": "cudr",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2020-05-11 06:21:49 +00:00
|
|
|
"prepublishOnly": "npm run build:module",
|
|
|
|
"build:module": "npm run build:types && npm run build:js",
|
2019-10-05 08:44:49 +00:00
|
|
|
"build:types": "tsc --emitDeclarationOnly",
|
|
|
|
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
|
2021-01-05 23:30:40 +00:00
|
|
|
"watch": "yarn build:js -w",
|
2021-03-03 21:24:36 +00:00
|
|
|
"test": "DEBUG=app* jest"
|
2019-10-05 08:44:49 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-10 13:50:12 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
2019-10-05 08:44:49 +00:00
|
|
|
"@babel/preset-react": "^7.0.0",
|
2021-01-29 14:19:40 +00:00
|
|
|
"@hiveteams/collab-bridge": "^0.7.27",
|
2020-05-11 06:21:49 +00:00
|
|
|
"automerge": "0.14.0",
|
2021-01-08 22:27:57 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-06-21 20:52:52 +00:00
|
|
|
"slate": "0.58.3",
|
2020-07-01 21:56:48 +00:00
|
|
|
"slate-history": "0.58.3",
|
2020-05-10 13:50:12 +00:00
|
|
|
"socket.io-client": "^2.3.0",
|
|
|
|
"typescript": "^3.8.3"
|
2019-10-05 08:44:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "^7.6.0",
|
|
|
|
"@babel/core": "^7.6.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
|
|
"@babel/preset-env": "^7.6.0",
|
|
|
|
"@babel/preset-typescript": "^7.6.0",
|
2021-03-04 21:03:04 +00:00
|
|
|
"@hiveteams/collab-backend": "^0.7.29",
|
2021-01-05 23:43:59 +00:00
|
|
|
"@types/jest": "^24.9.0",
|
2020-05-10 13:50:12 +00:00
|
|
|
"@types/react": "^16.9.34",
|
2021-01-05 23:30:40 +00:00
|
|
|
"@types/socket.io-client": "^1.4.32",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"ts-jest": "^26.4.4"
|
2019-10-05 09:07:11 +00:00
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib"
|
2020-05-11 06:21:49 +00:00
|
|
|
},
|
2021-01-05 23:30:40 +00:00
|
|
|
"gitHead": "89dd1657ba1b39db298e00a380f45089b8b52a91",
|
|
|
|
"jest": {
|
|
|
|
"preset": "ts-jest",
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"babelConfig": ".babelrc"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"roots": [
|
|
|
|
"<rootDir>/src"
|
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.ts?$": "ts-jest"
|
|
|
|
},
|
|
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$"
|
|
|
|
}
|
2019-10-05 08:44:49 +00:00
|
|
|
}
|