-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
{
"name": "react-native-week-selector",
"version": "0.0.6",
"description": "React Native week selector",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ -d lib/ --copy-files",
"prepublish": "npm run build",
"flow": "flow"
},
"files": [
"lib/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Johan-dutoit/react-native-week-selector.git"
},
"keywords": [
"RN",
"rn",
"react",
"native",
"react native",
"week",
"week selector",
"week-selector",
"react native week",
"react native week selector",
"react-native-week",
"react-native-week-selector",
"selector"
],
"author": "Johan du Toit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Johan-dutoit/react-native-week-selector/issues"
},
"homepage": "https://github.com/Johan-dutoit/react-native-week-selector#readme",
"dependencies": {
"date-fns": "^1.29.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react-native": "^4.0.1",
"flow-bin": "0.81.0",
"metro-react-native-babel-preset": "0.46.0",
"react": "16.5.0",
"react-native": "0.57.1"
}
}