forked from software-mansion/react-native-gesture-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 790 Bytes
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
{
"name": "GestureHandlerExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --config ../../../../metro.config.js",
"test": "jest"
},
"dependencies": {
"fbjs": "^1.0.0",
"hoist-non-react-statics": "^3.2.1",
"invariant": "^2.2.4",
"prop-types": "^15.6.2",
"react": "16.5.1",
"react-native": "0.58.0-rc.2",
"react-native-vector-icons": "5.0.0",
"react-navigation": "2.17.0"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-plugin-module-resolver": "^3.1.1",
"glob-to-regexp": "^0.4.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.2",
"react-test-renderer": "^16.5.2"
}
}