-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "uxcore-dialog",
"version": "0.8.11",
"description": "uxcore-dialog ui componment for react",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run electron-coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"repository": {
"type": "git",
"url": "https://github.com/uxcore/uxcore-dialog.git"
},
"keywords": [
"react",
"react-component",
"react-uxcore-dialog",
"uxcore-dialog"
],
"author": "vincent.bian",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxcore/uxcore-dialog/issues"
},
"homepage": "https://github.com/uxcore/uxcore-dialog",
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"expect.js": "~0.3.1",
"jquery": "^3.2.1",
"kuma-base": "1.x",
"react": "16.x",
"react-dom": "16.x",
"react-test-renderer": "16.x",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0",
"babel-polyfill": "6.x",
"enzyme-adapter-react-16": "1.x"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"prop-types": "15.x",
"rc-dialog": "~7.1.0",
"uxcore-button": "~0.4.0",
"uxcore-icon": "^0.1.6",
"uxcore-config-provider": "^0.1.0"
}
}