-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "restdb-native",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.15.2",
"react": "15.3.2",
"react-motion": "^0.4.5",
"react-native": "0.37.0",
"react-native-lock": "^0.4.0",
"react-redux": "^4.4.6",
"redux": "^3.5.2",
"redux-saga": "^0.12.1"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "17.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-native": "1.9.0",
"babel-preset-stage-0": "^6.3.13",
"deep-freeze": "0.0.1",
"enzyme": "^2.3.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^3.1.3",
"jest": "17.0.0",
"jest-react-native": "17.0.0",
"react-test-renderer": "15.3.2",
"remote-redux-devtools": "^0.5.4",
"source-map-support": "^0.4.6",
"typescript": "^2.0.9",
"typings": "^2.0.0"
}
}