replace yarn with npm
This commit is contained in:
@@ -1,40 +0,0 @@
|
|||||||
# test directories
|
|
||||||
__tests__
|
|
||||||
test
|
|
||||||
tests
|
|
||||||
powered-test
|
|
||||||
|
|
||||||
# asset directories
|
|
||||||
doc
|
|
||||||
website
|
|
||||||
|
|
||||||
# examples
|
|
||||||
example
|
|
||||||
examples
|
|
||||||
|
|
||||||
# code coverage directories
|
|
||||||
coverage
|
|
||||||
.nyc_output
|
|
||||||
|
|
||||||
# build scripts
|
|
||||||
Makefile
|
|
||||||
Gulpfile.js
|
|
||||||
Gruntfile.js
|
|
||||||
|
|
||||||
# configs
|
|
||||||
appveyor.yml
|
|
||||||
circle.yml
|
|
||||||
codeship-services.yml
|
|
||||||
codeship-steps.yml
|
|
||||||
wercker.yml
|
|
||||||
.tern-project
|
|
||||||
.editorconfig
|
|
||||||
.eslintrc
|
|
||||||
.jshintrc
|
|
||||||
.flowconfig
|
|
||||||
.documentup.json
|
|
||||||
.yarn-metadata.json
|
|
||||||
.travis.yml
|
|
||||||
|
|
||||||
# misc
|
|
||||||
*.md
|
|
||||||
Generated
+8218
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prebuild": "expo prebuild --clean",
|
||||||
"start": "expo start --dev-client",
|
"start": "expo start --dev-client",
|
||||||
"start:go": "expo start",
|
"start:go": "expo start",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
@@ -13,6 +14,7 @@
|
|||||||
"@react-native-async-storage/async-storage": "2.2.0",
|
"@react-native-async-storage/async-storage": "2.2.0",
|
||||||
"@react-navigation/native": "^7.1.28",
|
"@react-navigation/native": "^7.1.28",
|
||||||
"@react-navigation/native-stack": "^7.12.0",
|
"@react-navigation/native-stack": "^7.12.0",
|
||||||
|
"babel-preset-expo": "^54.0.10",
|
||||||
"expo": "^54.0.0",
|
"expo": "^54.0.0",
|
||||||
"expo-apple-authentication": "~8.0.8",
|
"expo-apple-authentication": "~8.0.8",
|
||||||
"expo-auth-session": "~7.0.10",
|
"expo-auth-session": "~7.0.10",
|
||||||
|
|||||||
-4550
File diff suppressed because it is too large
Load Diff
Generated
+6757
-5762
File diff suppressed because it is too large
Load Diff
+8
-9
@@ -11,16 +11,15 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^0.21",
|
"axios": "^0.21",
|
||||||
|
"bootstrap": "^4.4.0",
|
||||||
|
"cross-env": "^7.0",
|
||||||
|
"jquery": "^3.4",
|
||||||
"laravel-mix": "^6.0.6",
|
"laravel-mix": "^6.0.6",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"postcss": "^8.1.14",
|
|
||||||
"resolve-url-loader": "^4.0.0",
|
|
||||||
"sass": "^1.57.1",
|
|
||||||
"sass-loader": "^12.6.0",
|
|
||||||
"bootstrap": "^4.4.0",
|
|
||||||
"popper.js": "^1.12",
|
"popper.js": "^1.12",
|
||||||
"cross-env": "^7.0",
|
"postcss": "^8.1.14",
|
||||||
"jquery": "^3.4"
|
"resolve-url-loader": "^5.0.0",
|
||||||
},
|
"sass": "^1.57.1",
|
||||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
"sass-loader": "^12.6.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user