forked from blocks/blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 997 Bytes
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
{
"name": "@blocks/serializer",
"description": "Transform between MDX and Slate schema",
"version": "0.0.28",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest",
"prepare": "yarn build"
},
"keywords": [
"blocks",
"mdx",
"remark",
"serializer"
],
"author": "John Otander",
"repository": "blocks/blocks",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"jest": "^24.8.0"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"lodash.flatten": "^4.4.0",
"lodash.isequal": "^4.5.0",
"mdast-util-phrasing": "^1.0.3",
"remark-mdx": "^1.1.0",
"remark-parse": "^7.0.0",
"remark-squeeze-paragraphs": "^3.0.4",
"remark-stringify": "^7.0.0",
"slate": "^0.47.4",
"unified": "^8.3.2",
"unist-util-visit": "^1.4.1"
},
"gitHead": "376b5da738c62a2be6d1dbcc6d284977529c8865"
}