-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.67 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
{
"version": "0.1.0",
"scripts": {
"start": "bisheng start -c ./site/bisheng.config.js --no-livereload",
"deploy": "bisheng build -c ./site/bisheng.config.js && bisheng gh-pages --push-only"
},
"dependencies": {
"antd": "^2.6.1",
"bluebird": "^3.4.7",
"classnames": "^2.2.5",
"eslint": "^3.13.1",
"highlight.js": "^9.9.0",
"jsonml.js": "^0.1.0",
"moment": "^2.14.1",
"qrcode.react": "^0.6.1",
"react": "^15.4.2",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.2",
"react-github-button": "^0.1.10",
"react-impression": "^1.0.0",
"react-intl": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0",
"bisheng": "^0.18.3",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-toc": "^0.4.0",
"bisheng-plugin-antd": "^0.7.2",
"bisheng-plugin-react": "^0.3.1",
"eslint": "^3.13.1",
"eslint-config-impression": "^1.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-markdown": "^1.0.0-beta.3",
"eslint-plugin-react": "^6.2.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.21.0",
"json-loader": "^0.5.4",
"url-loader": "^0.5.7"
},
"name": "",
"author": "NewDadaFE",
"description": " Docs for newdada's mobile UI.",
"license": "MIT",
"keywords": [
"Vue",
"React"
]
}