forked from bartonhammond/snowflake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "snowflake",
"version": "0.1.7",
"private": true,
"jest": {
"preset": "jest-react-native",
"moduleNameMapper": {
"\\./datepicker$": "<rootDir>/node_modules/tcomb-form-native/lib/templates/bootstrap/datepicker.ios.js"
},
"preprocessorIgnorePatterns": [
"node_modules/(?!react-native|tcomb-form-native|apsl-react-native-button)"
],
"collectCoverage": true,
"verbose": true
},
"scripts": {
"test": "jest",
"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": {
"apsl-react-native-button": "3.0.0",
"immutable": "3.8.1",
"key-mirror": "1.0.1",
"react": "15.2.1",
"react-mixin": "^2.0.2",
"react-native": "0.30.0",
"react-native-i18n": "0.0.8",
"react-native-navbar": "1.5.0",
"react-native-router-flux": "3.31.1",
"react-native-simple-store": "1.0.1",
"react-native-simpledialog-android": "1.0.7",
"react-native-vector-icons": "2.0.3",
"react-redux": "4.4.5",
"react-timer-mixin": "^0.13.3",
"redux": "3.5.2",
"redux-thunk": "2.1.0",
"regenerator": "0.8.46",
"tcomb-form-native": "0.5.3",
"undefined": "0.1.0",
"underscore": "1.8.3",
"validate.js": "0.9.0"
},
"devDependencies": {
"babel-core": "6.9.0",
"babel-jest": "14.0.0",
"babel-preset-react-native": "1.8.0",
"docker": "1.0.0",
"istanbul": "0.4.3",
"jest": "14.0.0",
"jest-react-native": "14.0.0",
"react-addons-test-utils": "15.0.2",
"redux-mock-store": "1.1.2",
"rnpm-plugin-upgrade": "0.26.0"
}
}