-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "zIndexBug",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"arraydiff": "^0.1.3",
"contrast": "^1.0.1",
"deep-equal": "^1.0.1",
"initials": "^2.1.5",
"mobx": "^3.3.1",
"mobx-react": "^4.3.4",
"prop-types": "^15.6.1",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.3",
"react-native-animatable": "^1.2.4",
"react-native-animatable-promise": "^1.2.4",
"react-native-material-cards": "git+https://github.com/TheNoim/React-Native-Material-Cards.git",
"react-native-responsive-dimensions": "^1.0.2",
"react-native-transitiongroup": "^1.1.0"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}