-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
95 lines (95 loc) · 3.14 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "zzc-design-mobile",
"name_cn": "租租车主流程UI规范",
"version": "3.9.7",
"description": "",
"main": "./lib/index.js",
"scripts": {
"svgo": "./node_modules/.bin/svgo -f ./components/Icon/svg && node build_svg_to_json.js",
"build": "npm run svgo && rm -rf ./es && gulp build",
"watch": "npm run svgo && rm -rf ./es && gulp watch --max-old-space-size=8192",
"compile": "rm -rf ./lib && gulp compile && node ./config/copy.js && cd ./codepen && npm run build",
"run:compile": "rm -rf ./lib && gulp compile",
"test": "BABEL_ENV=test ./node_modules/.bin/jest -u --config .jest.js",
"start": "cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./bisheng.config.js\"",
"site": "cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./bisheng.config.js\""
},
"author": "",
"license": "MIT",
"dependencies": {
"better-scroll": "1.11.1",
"classnames": "2.2.5",
"moment": "^2.24.0"
},
"devDependencies": {
"@types/classnames": "2.2.3",
"@types/react": "16.3.14",
"@types/react-dom": "16.0.5",
"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-jest": "22.2.2",
"babel-loader": "7.1.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-import": "1.6.3",
"babel-plugin-transform-runtime": "6.23.0",
"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",
"chai": "4.1.2",
"chai-enzyme": "0.8.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",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.1",
"eslint": "4.19.1",
"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",
"eslint-plugin-typescript": "0.11.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-compass": "2.1.0",
"gulp-iconfont": "8.0.1",
"gulp-iconfont-css": "2.1.0",
"gulp-sass": "3.1.0",
"gulp-typescript": "4.0.2",
"gulp-uglify": "2.1.2",
"jest": "22.3.0",
"postcss": "6.0.17",
"preact": "8.2.7",
"preact-compat": "3.18.0",
"qrcode.react": "0.7.2",
"react": "16.5.0",
"react-copy-to-clipboard": "5.0.1",
"react-document-title": "2.0.3",
"react-dom": "16.5.0",
"react-github-button": "0.1.11",
"react-intl": "2.4.0",
"react-router": "4.2.0",
"react-sticky": "6.0.1",
"react-test-renderer": "16.2.0",
"svgo": "1.0.4",
"through2": "2.0.3",
"ts-jest": "22.4.3",
"typescript": "2.7.2",
"typescript-eslint-parser": "14.0.0",
"webpack": "3.10.0"
}
}