-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 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
{
"name": "SurveyJSInWebViewWithReactAndReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "4.17.4",
"moment": "^2.20.1",
"prop-types": "15.5.10",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-webview-bridge": "git+https://github.com/abolger/react-native-webview-bridge.git",
"react-navigation": "1.0.0-beta.11",
"react-redux": "5.0.5",
"redux": "3.7.1"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.2",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}