-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.76 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.76 KB
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
{
"name": "react-native-embryo",
"version": "0.1.0+1",
"description": "The unborn child of react native apps",
"repository": {
"type": "git",
"url": "https://github.com/aino/react-native-embryo"
},
"author": "Aino",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/aino/react-native-embryo/issues"
},
"scripts": {
"start": "./bin/init",
"v": "./bin/version",
"ios": "echo 'export default \"dev\"' > ./env.js && react-native run-ios --scheme Debug",
"ios:release": "echo 'export default \"prod\"' > ./env.js && react-native run-ios --scheme Release --configuration Release",
"android": "echo 'export default \"dev\"' > ./env.js && cd android && ./gradlew clean && cd .. && react-native run-android",
"android:staging": "./bin/android-staging",
"android:release": "./bin/android-release",
"flow": "flow-scripts stub && node_modules/.bin/flow | head -50",
"flow-stop": "node_modules/.bin/flow stop",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"pre-commit": [
"precommit-msg"
],
"dependencies": {
"babel-eslint": "^8.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"core-decorators": "^0.20.0",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.59.0",
"flow-scripts": "^0.4.0",
"json": "^9.0.6",
"lodash.isequal": "^4.5.0",
"mobx": "^3.3.2",
"mobx-react": "^4.3.5",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "^0.50.4",
"react-native-navigation": "^1.1.300",
"react-native-restart": "^0.0.6"
}
}