Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 27e67ff

Browse files
committed
Update pakcage.json
1 parent bb757f3 commit 27e67ff

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
{
22
"name": "rnloop",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
5+
"engines": {
6+
"node": "12.13.1",
7+
"npm": "6.12.1"
8+
},
59
"scripts": {
610
"start": "npx react-native start",
711
"setup-ios": "cd node_modules/react-native && scripts/ios-install-third-party.sh && cd third-party/glog-0.3.5/ && ../../scripts/ios-configure-glog.sh",
812
"setup-pods": "cd ios && pod install",
913
"ios": "npx react-native run-ios --simulator=\"iPhone 8\"",
14+
"ios-link": "cd ios && pod install && cd .. && npm run ios",
1015
"android": "npx react-native run-android",
1116
"clean-native": "rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf .git/index.lock package-lock.json yarn.lock node_modules/ ios/build android/build/ android/app/build && npm i && cd ios && pod cache clean -all && pod install && cd .. && npm start -- --reset-cache",
1217
"clean-android": "rm -rf android/app/build",
13-
"extract-intl": "babel-node ./internals/scripts/extract-intl.js",
14-
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
15-
"generate": "plop --plopfile internals/generators/index.js",
1618
"eslint": "eslint ./app",
1719
"eslint:fix": "eslint ./app --fix",
1820
"lint:staged": "lint-staged",
1921
"prettify": "prettier --config .prettierrc --write \"**/*.js\"",
2022
"tmp-fix": "babel-node ./temp/fix.js",
21-
"setup": "npm i react-native-asset eslint -g"
23+
"setup": "npm i react-native-asset@2.0.0 eslint@6.8.0 prettier@1.19.1 react-native-cli@2.0.1 -g"
2224
},
2325
"lint-staged": {
2426
"*.js": [
@@ -45,7 +47,7 @@
4547
"react": "16.12.0",
4648
"react-intl": "3.9.1",
4749
"react-native": "0.61.5",
48-
"react-native-animatable": "^1.3.3",
50+
"react-native-animatable": "1.3.3",
4951
"react-native-device-info": "5.3.1",
5052
"react-native-gesture-handler": "1.5.2",
5153
"react-native-global-props": "1.1.5",
@@ -80,7 +82,7 @@
8082
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
8183
"babel-polyfill": "6.26.0",
8284
"babel-preset-react-native": "4.0.1",
83-
"eslint": "6.7.2",
85+
"eslint": "6.8.0",
8486
"eslint-config-airbnb": "18.0.1",
8587
"eslint-config-airbnb-base": "14.0.0",
8688
"eslint-config-prettier": "6.7.0",

0 commit comments

Comments
 (0)