-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.17 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
{
"name": "react-native-circle-size-selector",
"version": "1.0.3",
"license": "MIT",
"description": "React Native component to select number (size) with circle dragging (100% Pure JS)",
"keywords": [
"react-native",
"react",
"react-component",
"react-native-component",
"mobile",
"ios",
"android",
"circle",
"size",
"drag",
"tap"
],
"author": {
"name": "Toru Shimogaisho",
"email": "gaithimo@gmail.com"
},
"homepage": "https://github.com/gaishimo/react-native-circle-size-selector/",
"bugs": "https://github.com/gaishimo/react-native-circle-size-selector/issues",
"repository": {
"type": "git",
"url": "git@github.com:gaishimo/react-native-circle-size-selector.git"
},
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"flow": "flow",
"precommit": "pretty-quick --staged"
},
"changelog": {
"labels": {
"Type: Breaking Change": "Breaking Change",
"Type: Feature": "Feature",
"Type: Bug": "Bug Fix",
"Type: Maintenance": "Maintenance",
"Type: Documentation": "Documentation",
"Type: Refactoring": "Refactoring"
}
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.0.4",
"babel-preset-flow": "^6.23.0",
"babel-register": "^6.26.0",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "0.61.0",
"husky": "^0.14.3",
"jest": "^22.0.4",
"jest-cli": "^22.0.4",
"lerna-changelog": "^0.8.0",
"prettier": "^1.13.7",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"pretty-quick": "^1.6.0",
"react-native": "~0.52.0",
"react-test-renderer": "^16.2.0"
}
}