forked from netlify/slate-markdown-serializer
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "slate-md-serializer",
"version": "5.5.4",
"description": "",
"main": "lib/renderer.js",
"scripts": {
"prepublish": "yarn build",
"build": "babel src -d lib --ignore test",
"lint": "eslint src --fix",
"test": "jest"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tommoor/slate-md-serializer.git"
},
"peerDependencies": {
"immutable": ">=3.0.0",
"slate": ">=0.34.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-eslint": "^7.2.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.19.0",
"eslint-plugin-prettier": "^2.0.1",
"immutable": "^3.8.1",
"jest": "^19.0.2",
"prettier": "^1.3.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"slate": "^0.44.12"
},
"jest": {
"roots": [
"src"
]
},
"dependencies": {
"hashtag-regex": "^2.0.0"
}
}