cudr_slate-collaborative/packages/backend/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
2020-10-27 18:41:32 +00:00
"name": "@hiveteams/collab-backend",
2021-01-29 14:19:40 +00:00
"version": "0.7.27",
2019-10-05 08:44:49 +00:00
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
2019-10-05 08:44:49 +00:00
"description": "slate-collaborative bridge",
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": {
"prepublishOnly": "yarn run build:module",
"build:module": "yarn run build:types && yarn 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",
"watch": "yarn build:js -w"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
2019-10-28 06:28:37 +00:00
"@babel/runtime": "^7.6.3",
2021-01-29 14:19:40 +00:00
"@hiveteams/collab-bridge": "^0.7.27",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4",
"automerge": "0.14.0",
"debug": "^4.2.0",
2019-10-05 08:44:49 +00:00
"lodash": "^4.17.15",
"slate": "0.58.3",
"socket.io": "^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/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-typescript": "^7.6.0"
2019-10-05 09:07:11 +00:00
},
"directories": {
"lib": "lib"
},
2020-10-27 22:38:29 +00:00
"gitHead": "89dd1657ba1b39db298e00a380f45089b8b52a91"
2019-10-05 08:44:49 +00:00
}