-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 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
49
50
51
{
"name": "todoreactnative",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"expo": "^18.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"dropbox-autent": "github:luggagejs/dropbox-autent#0.0.3",
"luggage": "github:luggagejs/luggage#2.1.4",
"mobile-center": "^0.7.0",
"mobile-center-analytics": "^0.7.0",
"mobile-center-crashes": "^0.7.0",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-luggage-redux": "github:luggagejs/react-luggage-redux",
"react-native": "https://github.com/expo/react-native/archive/sdk-18.0.1.tar.gz",
"react-redux": "^5.0.5",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "20.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react-native": "^1.9.2",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
},
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/MsSterh/ToDoReactNative.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MsSterh/ToDoReactNative/issues"
},
"homepage": "https://github.com/MsSterh/ToDoReactNative#readme"
}