forked from gitpoint/git-point
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
172 lines (172 loc) · 6.57 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "gitpoint",
"version": "1.3.0",
"private": true,
"scripts": {
"start": "react-native start",
"start:logger": "LOGGER_ENABLED=true react-native start --reset-cache",
"start:tron": "TRON_ENABLED=true react-native start --reset-cache",
"start:android": "concurrently -r 'react-native start' 'yarn start:android:no-packager'",
"start:android:logger": "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'",
"start:android:tron": "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'",
"start:android:no-packager": "react-native run-android --no-packager",
"start:ios": "concurrently -r 'react-native start' 'yarn start:ios:no-packager'",
"start:ios:logger": "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'",
"start:ios:tron": "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'",
"start:ios:no-packager": "react-native run-ios --no-packager",
"clean": "rm -rf node_modules",
"clean:android": "cd android && ./gradlew clean && cd -",
"link": "react-native link",
"ios": "react-native run-ios",
"android": "react-native run-android",
"commitmsg": "minicat $GIT_PARAMS | commitlint",
"precommit": "lint-staged",
"eslint": "eslint .",
"stylelint": "stylelint src/**/*.js",
"prettier": "prettier --write \"**/*.js\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"flow-start": "flow start",
"flow-stop": "flow stop",
"flow-status": "flow status",
"flow-coverage": "flow coverage",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"cp-release:ios": "code-push release-react git-point-ios ios",
"cp-release:android": "code-push release-react git-point-android android",
"cp-promote:ios": "code-push promote git-point-ios Staging Production",
"cp-promote:android": "code-push promote git-point-android Staging Production",
"cp-history:ios-staging": "code-push deployment history git-point-ios Staging",
"cp-history:android-staging": "code-push deployment history git-point-android Staging",
"cp-history:android-production": "code-push deployment history git-point-android Production",
"cp-history:ios-production": "code-push deployment history git-point-ios Production",
"doctoc": "doctoc --title='## Table of Contents' README.md",
"postinstall": "opencollective postinstall"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add",
"eslint --cache"
]
},
"dependencies": {
"entities": "^1.1.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"fuzzysort": "^1.0.1",
"lodash.uniqby": "^4.7.0",
"lowlight": "^1.5.0",
"md5": "^2.2.1",
"moment": "^2.17.1",
"node-emoji": "^1.7.0",
"opencollective": "^1.0.3",
"parse-diff": "^0.4.0",
"query-string": "^4.3.1",
"react": "^16.0.0",
"react-native": "^0.48.4",
"react-native-actionsheet": "^2.2.0",
"react-native-code-push": "^5.0.0-beta",
"react-native-collapsible": "^0.9.0",
"react-native-communications": "^2.2.1",
"react-native-config": "^0.6.0",
"react-native-cookies": "^3.2.0",
"react-native-device-info": "^0.11.0",
"react-native-elements": "^0.18.2",
"react-native-htmlview": "^0.12.0",
"react-native-i18n": "^2.0.4",
"react-native-linear-gradient": "^2.3.0",
"react-native-material-design-searchbar": "^1.1.4",
"react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master",
"react-native-parallax-scroll-view": "https://github.com/mini-eggs/react-native-parallax-scroll-view/tarball/react16-support",
"react-native-photo-view": "^1.5.2",
"react-native-safari-view": "^2.0.0",
"react-native-search-bar": "https://github.com/andrewda/react-native-search-bar/tarball/master",
"react-native-swiper": "^1.5.13",
"react-native-syntax-highlighter": "^1.2.1",
"react-native-table-component": "^1.1.0",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.2",
"react-syntax-highlighter": "^5.6.2",
"redux": "^3.6.0",
"redux-actions": "^2.2.1",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^2.7.4",
"redux-persist": "^4.3.1",
"redux-persist-transform-encrypt": "^1.0.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"styled-components": "^2.2.1"
},
"devDependencies": {
"@commitlint/cli": "^3.1.0",
"all-contributors-cli": "^4.5.3",
"babel-eslint": "^7.1.1",
"babel-jest": "^21.2.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "1.9.1",
"concurrently": "^3.5.0",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"doctoc": "^1.3.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-airbnb-base": "~11.2.0",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "^0.47.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^3.2.6",
"minicat": "^1.0.0",
"prettier": "^1.7.4",
"react-dom": "^16.0.0",
"react-native-cli": "^2.0.1",
"react-test-renderer": "^16.0.0",
"reactotron-react-native": "^1.12.2",
"reactotron-redux": "^1.12.2",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.0.0"
},
"jest": {
"preset": "react-native",
"testMatch": [
"**/__tests__/tests/**/*.js"
],
"setupFiles": [
"./testenv.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation)"
]
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/git-point",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/gitpoint/git-point"
}
}