-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.47 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
{
"name": "sousmobile",
"version": "1.9.3",
"build": "1",
"private": true,
"scripts": {
"start": "HOT=1 ./node_modules/.bin/react-native-webpack-server start --hot",
"start_cold": "./node_modules/.bin/react-native-webpack-server start",
"bundle": "./node_modules/.bin/react-native-webpack-server bundle",
"bundle-prod": "NODE_ENV=production ./node_modules/.bin/react-native-webpack-server bundle",
"jest": "BABEL_JEST_STAGE=0 jest src/__tests__/*.jest.js",
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register src/__tests__/mocha-tests.js"
},
"jest": {
"rootDir": "src",
"scriptPreprocessor": "<rootDir>/jest/preprocessor.js",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"json"
]
},
"dependencies": {
"ddp-client": "https://github.com/sousapp/node-ddp-client",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"moment-timezone": "^0.4.1",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-native": "^0.11.0",
"react-native-addressbook": "^1.2.0",
"react-native-communications": "0.0.6",
"react-native-device-info": "^0.9.1",
"react-native-icons": "^0.4.0",
"react-native-image-picker": "^0.11.1",
"react-native-invertible-scroll-view": "^0.1.2",
"react-native-keyboard-spacer": "^0.1.1",
"react-native-minicalendar": "^1.0.2",
"react-native-multipicker": "^0.1.1",
"react-native-navbar": "^0.8.2",
"react-native-overlay": "^0.3.0",
"react-native-remote-push": "^1.0.1",
"react-native-side-menu": "^0.14.2",
"react-native-swipeout": "^2.0.12",
"react-native-swiper": "^1.4.3",
"react-redux": "^2.1.2",
"redux-persist": "^1.0.0",
"redux-thunk": "^1.0.0",
"rn-redux-mixpanel": "https://github.com/sousapp/rn-redux-mixpanel",
"semver": "^5.1.0",
"shortid": "^2.2.2",
"slug": "^0.9.1",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"babel": "^5.8.25",
"babel-core": "^5.8.25",
"babel-jest": "^5.3.0",
"babel-loader": "^5.4.0",
"babel-plugin-react-transform": "^1.1.1",
"babel-runtime": "^5.8.25",
"chai": "^3.3.0",
"chalk": "^1.1.1",
"jest-cli": "^0.8.0",
"json-loader": "^0.5.3",
"mocha": "^2.3.4",
"react-native-webpack-server": "^0.7.1",
"react-transform-hmr": "^1.0.1",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"twilio": "^2.5.2",
"webpack": "^1.12.2",
"webpack-dev-server": "1.12.1",
"ws": "^0.8.1"
}
}