-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@worktile/y-slate",
"version": "0.1.24",
"description": "Yjs bindings for Slate.",
"main": "main/index.js",
"module": "module/index.js",
"scripts": {
"build": "rimraf dist && npm run build:main & npm run build:module",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"test": "jest --forceExit --coverage",
"release": "standard-version",
"pub": "npm run build && cp package.json dist/ && cd dist && npm publish --access public"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^5.2.0",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"prettier": "^2.3.2",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"semantic-release": "^17.4.4",
"slate": "^0.65.3",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.0",
"typescript": "^4.3.5",
"yjs": "^13.5.11"
},
"dependencies": {
"standard-version": "^9.3.0",
"tiny-invariant": "1.1.0",
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"slate": "^0.65.3",
"yjs": "^13.5.11",
"rxjs": "^7.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/worktile/slate-yjs.git"
}
}