forked from udecode/plate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) Β· 4.85 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"private": true,
"license": "MIT",
"workspaces": [
"packages/core",
"packages/slate-plugins"
],
"scripts": {
"build": "lerna run build --since",
"build:w": "concurrently \"yarn build:core -w\" \"yarn build:plugins -w\"",
"build:core": "lerna exec --scope @udecode/slate-plugins-core -- yarn build",
"build:plugins": "lerna exec --ignore @udecode/slate-plugins-core --parallel -- yarn build",
"build-storybook": "build-storybook",
"clean": "rimraf dist",
"commit-version": "git add . && git commit -m \"chore(release): publish `node -p 'require(\"./lerna.json\").version'`\"",
"link-all": "yarn unlink-all && lerna exec --parallel yarn link",
"lint": "eslint \"packages/*/src/**/*.{js,jsx,ts,tsx}\"",
"postversionup": "yarn commit-version && git push",
"pre-release": "yarn release --conventional-prerelease",
"prebuild": "yarn clean",
"release": "lerna publish from-package",
"release:open": "open https://github.com/udecode/slate-plugins/releases",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:cov": "yarn test --coverage",
"test:covw": "yarn test:cov --watch",
"test:covwa": "yarn test:cov --watchAll",
"test:w": "yarn test --watch",
"test:wa": "yarn test --watchAll",
"typedoc": "yarn workspace @udecode/slate-plugins typedoc",
"unlink-all": "lerna exec --parallel --bail=false yarn unlink",
"versionup": "lerna version --no-git-tag-version"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@storybook/addon-docs": "^6.1.18",
"@storybook/addon-knobs": "^6.1.18",
"@storybook/addon-storysource": "^6.1.18",
"@storybook/addons": "^6.1.18",
"@storybook/cli": "^6.1.18",
"@storybook/react": "^6.1.18",
"@storybook/theming": "^6.1.18",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.7.1",
"@types/faker": "^5.1.6",
"@types/is-hotkey": "^0.1.2",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.28",
"@types/prismjs": "^1.16.3",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-inline-json-import": "^0.3.2",
"babel-plugin-prismjs": "2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"barrelsby": "^2.2.0",
"concurrently": "^5.3.0",
"eslint": "7.20.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mdx": "^1.8.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"faker": "^5.4.0",
"hotkeys-js": "^3.8.2",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"office-ui-fabric-react": "^7.162.0",
"prettier": "^2.2.1",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.39.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"slate": "0.59.0",
"slate-history": "0.59.0",
"slate-hyperscript": "0.59.0",
"slate-react": "0.59.0",
"styled-components": "^5.2.1",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"typedoc": "^0.20.25",
"typescript": "^4.1.5",
"zustand": "^3.3.3"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"styled-icons": "^10.27.0"
},
"resolutions": {
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1"
}
}