-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.5 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
{
"name": "@reactseals/react-native-snap-scrollview",
"title": "React Native Snap Scrollview",
"version": "1.1.2",
"description": "Snap scrollview for React Native",
"main": "index",
"scripts": {
"publish-package": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github_account/react-native-snap-scrollview.git",
"baseUrl": "https://github.com/github_account/react-native-snap-scrollview"
},
"keywords": [
"react-native"
],
"author": {
"name": "Aurimas Mickys",
"email": "aurimasmickys@reactseals.com"
},
"contributors": [
"Rokas Kasinskas <https://github.com/kasinskas>"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "5.*",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-babel-module": "5.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "1.6.1",
"prettier": "^1.19.1",
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}