forked from rafaelmotta/react-native-tag-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-tag-select",
"version": "1.0.10",
"description": "",
"main": "index.js",
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-jest": "21.2.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-react-native": "4.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-babel-module": "^4.0.0-beta.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"jest": "21.2.1",
"jest-expo": "23.0.0",
"jest-serializer-enzyme": "^1.0.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"react-native-scripts": "1.8.1",
"react-test-renderer": "16.0.0",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./testenv.js"
]
},
"dependencies": {
"prop-types": "^15.6.0"
},
"scripts": {
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelmotta/react-native-tag-select.git"
},
"keywords": [
"react",
"native"
],
"author": "Rafael Michels Motta",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafaelmotta/react-native-tag-select/issues"
},
"homepage": "https://github.com/rafaelmotta/react-native-tag-select#readme"
}