-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.65 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
{
"name": "dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios-server": "react-native run-ios",
"ios-build": "ENVFILE=.env.production react-native bundle --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --platform ios",
"web-server": "webpack-dev-server --progress --colors --port 8080",
"web-build": "webpack --progress -p --config webpack.config.prod.js",
"test": "jest"
},
"dependencies": {
"react": "15.3.2",
"react-native": "0.37.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"analytics-node": "^2.1.0",
"auth0-lock": "^10.5.1",
"babel-core": "^6.18.0",
"babel-jest": "17.0.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-native": "1.9.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"formatted-text": "^0.3.1",
"jest": "17.0.2",
"jest-react-native": "17.0.2",
"jwt-decode": "^2.1.0",
"lodash": "^4.17.2",
"normalizr": "^2.2.1",
"pusher-js": "^3.2.1",
"react-addons-css-transition-group": "15.3.2",
"react-color": "^2.8.0",
"react-currency": "^2.0.0",
"react-currency-input": "^1.0.4",
"react-dom": "15.3.2",
"react-dropzone": "^3.7.3",
"react-frame-component": "^0.6.6",
"react-ga": "git://github.com/mhmoudgmal/react-ga.git#feature/multiple-trackers-support",
"react-intl": "^2.1.5",
"react-loading-overlay": "^0.1.3",
"react-native-config": "^0.1.2",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-lock": "^0.4.0",
"react-native-router-flux": "^3.37.0",
"react-native-tabs": "^1.0.9",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-scripts": "0.7.0",
"react-svg": "^1.1.5",
"react-test-renderer": "15.3.2",
"react-timer": "^1.0.1",
"react-timer-mixin": "^0.13.3",
"react.timer": "^2.1.0",
"redux": "^3.6.0",
"redux-analytics": "^0.3.1",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.0-alpha7",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"restful.js": "^0.9.6",
"style-loader": "^0.13.1",
"superagent": "^3.1.0",
"svg-react-loader": "^0.3.7",
"svg-url-loader": "^1.1.0",
"uuid": "^3.0.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webrtc-adapter": "^2.0.8",
"whatwg-fetch": "^1.0.0"
}
}