-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
61 lines (61 loc) · 1.5 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
{
"name": "ok-mdx",
"version": "1.0.0-7",
"description": "",
"main": "lib/dev.js",
"bin": {
"mdx": "./cli.js"
},
"scripts": {
"start": "./cli.js docs -o --vim",
"docs": "ok build docs -d site --static",
"test": "./cli.js"
},
"keywords": [],
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"@mdx-js/loader": "^0.14.0",
"@mdx-js/mdx": "^0.14.0",
"@mdx-js/tag": "^0.14.0",
"ansi-html": "0.0.7",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brace": "^0.11.1",
"chalk": "^2.4.1",
"connect-history-api-fallback": "^1.5.0",
"get-port": "^3.2.0",
"html-entities": "^1.2.1",
"isocss": "^1.0.0-3",
"koa-connect": "^2.0.1",
"meow": "^5.0.0",
"mini-html-webpack-plugin": "^0.2.3",
"pkg-conf": "^2.1.0",
"progress-bar-webpack-plugin": "^1.11.0",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"react-ace": "^6.1.4",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.4.1",
"react-live": "^1.11.0",
"react-router-dom": "^4.3.1",
"reline": "^1.0.0-beta.3",
"rmdi": "^1.0.1",
"styled-components": "^3.3.3",
"superbox": "^2.1.0",
"update-notifier": "^2.5.0",
"webpack": "^4.16.1",
"webpack-serve": "^2.0.2",
"webpack-serve-overlay": "^0.2.2",
"ws": "^5.2.2"
},
"devDependencies": {
"ok-cli": "^2.0.8"
},
"ok": {
"title": "ok-mdx"
}
}