-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.33 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
{
"name": "DocuSignReactNativeSample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"base-64": "^0.1.0",
"docusign-esign-react-native": "0.0.1",
"firebase": "^3.7.6",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-actionsheet": "^2.1.0",
"react-native-document-picker": "git+https://github.com/devshackio/react-native-document-picker.git",
"react-native-elements": "^0.10.3",
"react-native-fetch-blob": "git+https://github.com/wkh237/react-native-fetch-blob.git#issue-287",
"react-native-file-picker": "git+https://github.com/nicholasareed/react-native-file-picker.git",
"react-native-keyboard-spacer": "^0.3.1",
"react-native-root-toast": "^1.0.5",
"react-native-storage": "^0.1.5",
"react-native-vector-icons": "^4.0.1",
"react-navigation": "git+https://github.com/react-community/react-navigation.git#7edd9a7",
"reflux": "^6.4.1",
"url-parse": "^1.1.8"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}