forked from udecode/plate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 5.15 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 5.15 KB
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
135
136
137
138
139
140
141
142
143
{
"private": true,
"license": "MIT",
"workspaces": [
"packages/**"
],
"scripts": {
"build": "lerna exec -- yarn build",
"build:master": "lerna exec --since master -- yarn build",
"build:next": "lerna exec --since next -- yarn build",
"build:w": "lerna exec --parallel -- yarn build:w",
"build-storybook": "yarn build && build-storybook",
"clean": "rimraf dist",
"commit-version": "git add . && git commit -m \"chore(release): publish `node -p 'require(\"./lerna.json\").version'`\"",
"cti": "lerna run cti",
"cti:clean": "lerna exec -- cti clean ./src",
"link-all": "yarn unlink-all && lerna exec --parallel yarn link",
"lint": "eslint \"{packages/**/src,stories}/**/*.{js,jsx,ts,tsx}\"",
"postversionup": "yarn commit-version && git push",
"prebuild": "yarn clean",
"release": "lerna publish from-package",
"release:open": "open https://github.com/udecode/slate-plugins/releases",
"storybook": "start-storybook -p 6006",
"storybook:w": "concurrently \"yarn build:w\" \"yarn storybook --quiet\"",
"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": "npx typedoc",
"unlink-all": "lerna exec --parallel --bail=false yarn unlink",
"versionup": "lerna version --no-git-tag-version",
"versionup:pre": "lerna version prerelease",
"versionup:graduate": "lerna version --conventional-graduate --force-publish"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@storybook/addon-docs": "^6.1.20",
"@storybook/addon-knobs": "^6.1.20",
"@storybook/addon-storysource": "^6.1.20",
"@storybook/addons": "^6.1.20",
"@storybook/cli": "^6.1.20",
"@storybook/react": "^6.1.20",
"@storybook/theming": "^6.1.20",
"@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.3",
"@types/faker": "^5.1.7",
"@types/is-hotkey": "^0.1.2",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/marked": "^1.2.2",
"@types/node": "^14.14.31",
"@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.2",
"@typescript-eslint/parser": "^4.15.2",
"@react-hook/merged-ref": "^1.3.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": "^6.0.0",
"eslint": "7.20.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-typescript": "^2.4.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.5",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mdx": "^1.9.0",
"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-dnd-test-backend": "^12.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.39.1",
"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.30.0",
"slate": "0.60.11",
"slate-history": "0.60.11",
"slate-hyperscript": "0.60.11",
"slate-react": "0.60.11",
"styled-components": "^5.2.1",
"ts-jest": "^26.5.2",
"ts-loader": "^8.0.17",
"typedoc": "^0.19.2",
"typescript": "^4.2.2",
"use-why-did-you-update": "^0.1.0",
"zustand": "^3.3.3"
},
"dependencies": {
"prismjs": "^1.23.0",
"styled-icons": "^10.28.0"
},
"resolutions": {
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"version": "0.0.0"
}