-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.19 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
62
63
64
65
{
"name": "zzc-mobile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf ./lib && ZZC_ENV=build node ./config/zzc-tools.js",
"watch": "rm -rf ./lib && ZZC_ENV=watch node ./config/zzc-tools.js",
"start": "cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\"",
"site": "cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\""
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"antd": "^3.2.0",
"antd-mobile": "^2.1.6",
"autoprefixer": "^7.2.5",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-import": "^1.6.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bisheng": "^0.28.0",
"bisheng-plugin-antd": "^0.16.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.6.0",
"bisheng-plugin-toc": "^0.4.0",
"colors": "^1.1.2",
"concurrently": "^3.5.1",
"create-react-class": "^15.6.3",
"cross-env": "^5.1.3",
"css-split-webpack-plugin": "^0.2.5",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"postcss": "^6.0.17",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
"qrcode.react": "^0.7.2",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-github-button": "^0.1.11",
"react-intl": "^2.4.0",
"react-sticky": "^6.0.1",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-postcss": "^1.2.8",
"rollup-plugin-sass": "^0.5.3",
"webpack": "^3.10.0"
}
}