forked from react-component/m-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.76 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
{
"name": "rmc-picker",
"version": "3.3.2",
"description": "React Mobile Picker Component(web and react-native)",
"keywords": [
"react",
"react-component",
"react-m-picker",
"m-picker"
],
"homepage": "https://github.com/react-component/m-picker",
"maitainers": [
],
"repository": {
"type": "git",
"url": "https://github.com/react-component/m-picker.git"
},
"bugs": {
"url": "https://github.com/react-component/m-picker/issues"
},
"files": [
"lib",
"assets/*.css"
],
"licenses": "MIT",
"main": "./lib/index.web",
"config": {
"port": 8020
},
"scripts": {
"watch-tsc": "rc-tools run watch-tsc",
"compile": "rc-tools run compile",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint --no-js-lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage",
"rn-start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "2.x",
"object-assign": "4.x",
"rc-dialog": "6.x",
"react-hammerjs": "0.5.x",
"react-native-picker-android": "~1.0.2"
},
"devDependencies": {
"array-tree-filter": "1.x",
"expect.js": "0.3.x",
"fastclick": "^1.0.6",
"pre-commit": "1.x",
"rc-tools": "5.x",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-native": "0.30.0"
},
"typings": "./lib/index.web.d.ts",
"pre-commit": [
"lint"
]
}