-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.save
43 lines (42 loc) · 1.17 KB
/
package.json.save
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": "react-native-calendar-date-picker",
"version": "0.0.1",
"description": "🌿 React-native date picker component ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RavisaraDev/react-native-calendar.git"
},
"author": "ravisaradev",
"license": "MIT",
"private": false,
"keywords": [
"react-native-calendar-date-picker",
"react-native-calendar",
"react-native-datepicker",
"react-native"
],
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"moment": "^2.27.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"prettier": "^2.0.5"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },y
"bugs": {
"url": "https://github.com/RavisaraDev/react-native-calendar/issues"
},
"homepage": "https://github.com/RavisaraDev/react-native-calendar#readme"
}