-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "mk-docs",
"version": "1.0.0",
"description": "mk-docs",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && cross-env NODE_ENV=production COMPRESS=1 webpack",
"start": "cross-env NODE_ENV=production webpack-dev-server --inline --progress --colors --watch --compress --content-base ./dist --port 8089 --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"reactjs",
"flux",
"redux",
"react-redux",
"antd",
"immutable",
"mk",
"mongkey king",
"whatsmk",
"mk-js"
],
"author": "Liujian Zhang <ziaochina@gmail.com> (http://github.com/ziaochina)",
"license": "MIT",
"dependencies": {
"mk-component": "^1.0.58",
"mk-meta-engine": "^1.0.61",
"mk-utils": "^1.0.55",
"moment": "^2.19.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"url-loader": "^0.6.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"highlight-loader": "^0.7.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"markdown-loader": "^2.0.1",
"marked": "^0.3.7",
"style-loader": "^0.18.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}