-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-native-skeleton",
"version": "1.0.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json",
"docs": "npm run generate-docs && open docs/index.html",
"test": "jest"
},
"dependencies": {
"apisauce": "github:skellock/apisauce",
"lodash": "^4.15.0",
"react": "^15.3.2",
"react-native": "^0.34.1",
"react-native-background-image": "^1.0.1",
"react-native-basic-constants": "^1.0.0",
"react-native-better-navigator": "^1.0.0",
"react-native-dimmed-view": "^1.0.1",
"react-native-drawer": "^2.3.0",
"react-native-fabric": "^0.3.0",
"react-native-loading-overlay": "^1.0.1",
"react-native-vector-icons": "^2.1.0",
"react-redux": "^4.4.5",
"reactotron-apisauce": "^1.1.2",
"reactotron-react-native": "^1.1.2",
"reactotron-redux": "^1.1.2",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "^16.0.0",
"babel-preset-react-native": "^1.9.0",
"docdash": "^0.4.0",
"jest": "^16.0.1",
"jest-react-native": "^16.0.0",
"jsdoc": "jsdoc3/jsdoc",
"react-test-renderer": "^15.3.2"
},
"jest": {
"preset": "jest-react-native"
},
"description": "react-native starter kit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Devnetik/react-native-skeleton.git"
},
"keywords": [
"react-native",
"starter",
"kit",
"boilerplate"
],
"author": "Michael Malura <maluramichael@googlemail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Devnetik/react-native-skeleton/issues"
},
"homepage": "https://github.com/Devnetik/react-native-skeleton#readme"
}