cudr_slate-collaborative/packages/client/package.json
dependabot-preview[bot] ba61211cf6
build(deps): bump slate from 0.58.3 to 0.59.0 (#36)
Bumps [slate](https://github.com/ianstormtaylor/slate) from 0.58.3 to 0.59.0.
- [Release notes](https://github.com/ianstormtaylor/slate/releases)
- [Changelog](https://github.com/ianstormtaylor/slate/blob/master/Changelog.md)
- [Commits](https://github.com/ianstormtaylor/slate/compare/v0.58.3...v0.59.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-15 16:02:50 +03:00

51 lines
1.4 KiB
JSON

{
"name": "@slate-collaborative/client",
"version": "0.7.0",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "slate-collaborative bridge",
"repository": {
"type": "git",
"url": "git+https://github.com/cudr/slate-collaborative.git"
},
"publishConfig": {
"access": "public"
},
"author": "cudr",
"license": "MIT",
"scripts": {
"prepublishOnly": "npm run build:module",
"build:module": "npm run build:types && npm run build:js",
"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",
"@babel/preset-react": "^7.0.0",
"@slate-collaborative/bridge": "^0.7.0",
"automerge": "0.14.0",
"slate": "0.59.0",
"slate-history": "0.58.3",
"socket.io-client": "^2.3.0",
"typescript": "^3.8.3"
},
"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",
"@types/react": "^16.9.34",
"@types/socket.io-client": "^1.4.32"
},
"directories": {
"lib": "lib"
},
"gitHead": "1a29cf0da2dc171c1fadd5c8e6eac2327b5b0241"
}