This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.04 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
{
"name": "Stage1st",
"author": "MixSlice",
"description": "Stage1st Official App written in React Native",
"license": "MIT",
"homepage": "http://saraba1st.com",
"bugs": "https://github.com/mixslice/stage1st-app/issues",
"repository": {
"type": "git",
"url": "https://github.com/mixslice/stage1st-app"
},
"keywords": [
"React Native",
"Bitrise",
"Redux"
],
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"remotedev": "remotedev-debugger --hostname localhost --port 5678 --injectserver",
"bundle:ios": "node ./node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.ios.js --bundle-output ios/Stage1st/main.jsbundle --dev=false --minify --verbose",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src test",
"coverage": "rimraf coverage && jest --coverage"
},
"jest": {
"preset": "jest-react-native"
},
"dependencies": {
"@exponent/react-native-action-sheet": "^0.3.0",
"bluebird": "^3.3.5",
"color": "^1.0.3",
"entities": "^1.1.1",
"es6-symbol": "^3.0.2",
"fbemitter": "^2.1.1",
"hoist-non-react-statics": "^1.2.0",
"htmlparser2-without-node-native": "^3.9.0",
"humps": "^2.0.0",
"immutable": "^3.7.6",
"invariant": "^2.2.2",
"lodash": "^4.11.0",
"moment": "^2.12.0",
"normalizr": "^3.2.2",
"react": "~15.3.2",
"react-dom": "~15.3.2",
"react-native": "^0.41.2",
"react-native-code-push": "^1.17.0-beta",
"react-native-fit-image": "^1.4.7",
"react-native-immutable-list-view": "0.2.4",
"react-native-infinite-scroll-view": "^0.4.2",
"react-native-keychain": "^1.1.0",
"react-native-message-bar": "^1.6.0",
"react-native-safari-view": "^2.0.0",
"react-native-scrollable-tab-view": "^0.7.1",
"react-native-timer": "^1.3.1",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "1.0.0-beta.5",
"react-redux": "^5.0.0",
"redux": "^3.4.0",
"redux-immutable": "^3.1.0",
"redux-logger": "^2.6.1",
"redux-persist-immutable": "^4.2.0",
"redux-saga": "^0.14.2",
"remote-redux-devtools": "^0.5.7",
"standard-http-error": "^2.0.0",
"uuid": "3.0.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.0",
"babel-jest": "^17.0.2",
"babel-polyfill": "^6.23.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.23.0",
"enzyme": "^2.2.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.10.0",
"fetch-mock": "^5.5.0",
"istanbul": "1.0.0-alpha.2",
"jest": "^17.0.2",
"jest-react-native": "^17.0.2",
"react-addons-test-utils": "~15.3.2",
"react-native-mock": "~0.2.5",
"react-test-renderer": "~15.3.2",
"remote-redux-devtools-on-debugger": "^0.7.0",
"rimraf": "^2.6.1"
}
}