-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.12 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
{
"name": "ac-grids",
"version": "0.2.21",
"description": "AcGrids ui component for react",
"keywords": [
"react",
"react-component",
"ac-grids",
"iuap-design",
"tinper-bee",
"AcGrids"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-acs/ac-grids.git",
"author": "Yonyou FED",
"repository": "http://github.com/tinper-bee/ac-grids",
"bugs": "https://github.com/tinper-acs/ac-grids.git/issues",
"license": "MIT",
"main": "./build/index.js",
"config": {
"port": 3000,
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"dev": "bee-tools run start",
"build": "bee-tools run build",
"lint": "bee-tools-test run lint",
"test": "bee-tools-test run test",
"chrome": "bee-tools-test run chrome",
"coveralls": "bee-tools-test run coverage",
"browsers": "bee-tools-test run browsers",
"pub": "bee-tools run pub",
"changelog": "bee-tools run changelog",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build"
},
"dependencies": {
"ac-btns": "0.3.2",
"async-validator": "^3.0.1",
"babel-runtime": "^6.23.0",
"bee-button-group": "^2.0.1",
"bee-complex-grid": "^2.0.23",
"bee-datepicker": "^2.2.7",
"bee-form-control": "^2.0.6",
"bee-icon": "^1.0.11",
"bee-input-number": "^2.1.4",
"bee-pagination": "^2.0.8",
"bee-select": "^2.0.15",
"bee-tooltip": "^2.1.2",
"classnames": "^2.2.5",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"rc-input-number": "^4.4.5"
},
"devDependencies": {
"bee-button": "latest",
"bee-clipboard": "^2.0.0",
"bee-drawer": "0.0.2",
"bee-layout": "latest",
"bee-message": "^2.1.6",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^2.4.1",
"es5-shim": "~4.1.10",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.3.2"
},
"peerDependencies": {
"react": ">= 15.3.0",
"react-dom": ">= 15.3.0",
"prop-types": ">= 15.6.0"
}
}