-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "FbW",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-jest": "^10.0.2",
"babel-polyfill": "^6.8.0",
"buffer": "^4.6.0",
"crypto": "0.0.3",
"crypto-js": "^3.1.6",
"es6-promise": "^3.2.1",
"events": "^1.1.0",
"fbjs": "^0.8.4",
"fbw-utils": "^0.2.0",
"flux": "^2.1.1",
"jest-cli": "^0.10.2",
"keymirror": "^0.1.1",
"lodash": "^4.12.0",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"q": "^1.4.1",
"react": "^15.3.1",
"react-native": "^0.33.0",
"react-native-collapsible": "^0.6.0",
"react-native-drawer": "^2.2.6",
"react-native-orientation": "^1.16.0",
"react-native-picker": "^3.0.4",
"react-native-router-flux": "^3.31.0",
"react-native-simple-store": "^1.0.1",
"react-native-store": "^0.4.1",
"react-native-svg": "^4.3.0",
"react-native-swipe-list-view": "^0.3.0",
"react-native-vector-icons": "^2.0.2",
"rhumbl-dao": "^0.5.3",
"valence": "github:wombats-writing-code/valence-sdk-javascript",
"xoces": "^1.2.0"
},
"devDependencies": {
"babel-jest": "^10.0.1",
"babel-polyfill": "^6.7.4",
"babel-preset-react-native-stage-0": "^1.0.1",
"flow-bin": "^0.29.0",
"jest": "^0.1.40",
"jest-cli": "^0.10.0",
"react-addons-test-utils": "^0.14.5"
},
"jest": {
"scriptPreprocessor": "node_modules/react-native/jestSupport/preprocessor.js",
"setupEnvScriptFile": "node_modules/react-native/jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"promise",
"source-mapx",
"keymirror",
"flux",
"events",
"object-assign"
]
}
}