-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "snowflake",
"version": "0.1.1",
"private": true,
"jest": {
"setupEnvScriptFile": "./node_modules/react-native/jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/"
],
"haste": {
"defaultPlatform": "ios",
"platforms": [
"ios",
"android"
],
"providesModuleNodeModules": [
"react-native"
]
},
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
],
"unmockedModulePathPatterns": [
"react",
"react-addons-test-utils",
"react-native-router-flux",
"promise",
"source-map",
"key-mirror",
"immutable",
"fetch",
"redux",
"redux-thunk",
"fbjs"
],
"collectCoverage": false,
"verbose": true
},
"scripts": {
"test": "rm -rf ./node_modules/jest-cli/.haste_cache && jest --no-cache && jest --coverage",
"start": "react-native start",
"test:watch": "npm run test -- --watch",
"test-chrome": "node-debug --preload false --nodejs --harmony jest --runInBand",
"docs": "./node_modules/docker/docker -w -i src/ -o ../snowflake-pages "
},
"dependencies": {
"@exponent/react-native-navigator": "^0.4.7",
"apsl-react-native-button": "git+https://git@github.com/bartonhammond/react-native-button.git",
"immutable": "3.7.6",
"key-mirror": "1.0.1",
"moment": "^2.13.0",
"net": "^1.0.2",
"react": "^0.14.7",
"react-native": "0.24.0",
"react-native-collapsible": "^0.6.0",
"react-native-dropdown": "0.0.6",
"react-native-gifted-form": "0.0.9",
"react-native-gifted-spinner": "0.0.3",
"react-native-i18n": "0.0.8",
"react-native-navbar": "1.4.0",
"react-native-router-flux": "3.22.0",
"react-native-scrollable-tab-view": "^0.4.3",
"react-native-simple-store": "0.1.0",
"react-native-simpledialog-android": "1.0.3",
"react-native-sortable-listview": "0.0.7",
"react-native-vector-icons": "^2.0.3",
"react-redux": "4.4.1",
"react-tween-state": "^0.1.5",
"redux": "3.3.1",
"redux-thunk": "2.0.1",
"regenerator": "0.8.42",
"sockjs-client": "^1.1.0",
"stompjs": "^2.3.3",
"tcomb-form-native": "0.3.3",
"underscore": "1.8.3",
"validate.js": "0.9.0"
},
"devDependencies": {
"babel-core": "6.4.5",
"babel-jest": "9.0.3",
"babel-preset-react-native": "1.5.6",
"buffer": "^4.6.0",
"docker": "0.2.14",
"eslint": "^2.10.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-promise": "^1.1.0",
"istanbul": "0.4.2",
"jest-cli": "^12.1.1",
"react": "0.14.7",
"react-addons-test-utils": "0.14.7",
"redux-mock-store": "1.0.2",
"self": "^1.0.0"
}
}