forked from newsiberian/slate-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "yarn run clear && lerna run build",
"clear": "lerna exec --parallel -- rm -rf lib",
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"array-move": "^2.2.1",
"linkify-it": "^2.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-image-lightbox": "^5.1.1",
"react-sortable-hoc": "^1.11.0",
"tlds": "^1.207.0",
"tslib": "^1.10.0"
},
"devDependencies": {
"@babel/core": "7.8.3",
"@material-ui/core": "4.8.3",
"@storybook/react": "5.3.6",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/slate": "0.47.5",
"@types/slate-react": "0.22.9",
"babel-loader": "8.0.6",
"lerna": "3.20.2",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"rollup": "1.29.0",
"rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.2.0",
"slate": "0.57.1",
"slate-react": "0.57.1",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.7.5"
},
"prettier": {
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "all",
"parser": "typescript"
},
"workspaces": [
"packages/**"
]
}