-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
{
"name": "tweedle-components",
"version": "0.1.11",
"description": "Tweedle Components",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/guns2410/react-native-components.git",
"type": "git"
},
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts lib/**/*.spec.js"
},
"author": "Gunjan Soni ([email protected])",
"license": "ISC",
"dependencies": {
"deepmerge": "^1.3.0",
"lodash": "^4.16.6",
"prop-types": "^15.6.1",
"react-native-animatable": "^0.6.1",
"react-native-fit-image": "^1.4.6",
"react-native-linear-gradient": "^1.5.14",
"react-native-tab-navigator": "^0.3.3"
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.38.0",
"react-native-vector-icons": "*"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.0",
"enzyme": "2.2",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.6.0",
"istanbul": "1.0.0-alpha.2",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"react-native-mock": "^0.2.7",
"sinon": "^1.17.6"
}
}