-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "@volkenomakers/date-range-picker",
"version": "1.0.1",
"description": "a react native module developped by volkeno",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolkenoMakers/date-range-picker.git"
},
"keywords": [
"react-native",
"react-native-component",
"date-range-picker",
"babacarMbengue12",
"volkeno",
"Date-picker"
],
"author": "volkenomakers",
"dependencies": {
"moment": "^2.29.1",
"react-native-elements": "^3.4.2"
},
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.55.4"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react-native": "^0.64.8",
"babel-preset-expo": "~8.1.0",
"metro-react-native-babel-preset": "^0.59.0"
},
"license": "ISC",
"contributors": [
"babacarMbengue12"
],
"bugs": {
"url": "https://github.com/VolkenoMakers/date-range-picker/issues"
}
}