-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 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
{
"name": "react-native-switch-selector",
"version": "2.1.4",
"description": "Switch Selector to React Native.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint index.js index.d.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/App2Sales/react-native-switch-selector"
},
"keywords": [
"react-native"
],
"contributors": [
"Lucas Santana Carneiro <[email protected]> (https://github.com/jkdrangel)",
"Cassio Silva de Sá Santos <[email protected]> (https://github.com/ssscassio)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/App2Sales/react-native-switch-selector/issues"
},
"homepage": "https://app2sales.github.io/react-native-switch-selector/",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"typescript": "^3.6.4"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}