-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
{
"name": "uxcore-uploader",
"version": "3.7.4",
"description": "uxcore-uploader component 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 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": "[email protected]:uxcore/uxcore-uploader.git"
},
"bugs": {
"url": "https://github.com/uxcore/uxcore-uploader/issues"
},
"keywords": [
"react",
"react-component",
"react-uxcore-uploader",
"uxcore-uploader"
],
"devDependencies": {
"babel-polyfill": "6.x",
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "1.x",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "16.x",
"react-dom": "16.x",
"react-test-renderer": "16.x",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0",
"uxcore-config-provider": "^0.1.0"
},
"dependencies": {
"classnames": "^2.2.6",
"object-assign": "^4.0.0",
"prop-types": "15.x",
"react-lifecycles-compat": "^3.0.4",
"uploadcore": "~2.3.0",
"uxcore-album": "^0.3.26",
"uxcore-button": "^0.4.11",
"uxcore-icon": "^0.1.1",
"uxcore-progress": "^1.1.0"
},
"author": "onbing",
"contributors": [],
"license": "MIT"
}