forked from wix/react-native-calendars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 820 Bytes
/
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
{
"name": "react-native-calendars",
"version": "1.22.0",
"main": "src/index.js",
"description": "React Native Calendar Components",
"scripts": {
"test": "jasmine src/*.spec.js && npm run lint",
"lint": "eslint src/ example/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/react-native-calendars"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Wix.com",
"license": "MIT",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.10",
"xdate": "^0.8.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.0",
"jasmine": "^2.5.2",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4"
}
}