Created
September 27, 2019 02:46
-
-
Save wpatter6/8de105db2282fe0e935866c2f7007c02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "clicker-app", | |
"version": "1.3.2", | |
"description": "A native application built with NativeScript-Vue", | |
"author": "Will Patterson <[email protected]>", | |
"license": "GPL-3.0", | |
"private": true, | |
"scripts": { | |
"log-mac": "adb logcat | grep -F \"com.willweb.clicker\"", | |
"publish": "sh publish.sh", | |
"pre-archive": "rm -r platforms/ios & tns prepare ios", | |
"build": "tns build android --bundle", | |
"build-ios": "tns build ios --bundle --release --forDevice", | |
"devtools": "npx vue-devtools", | |
"preinstall": "npm i -g [email protected]", | |
"remove": "tns platform remove android", | |
"server-logs": "heroku logs -a clicker-server --tail", | |
"watch": "tns debug android --analyticsClient VSCode --bundle --no-hmr", | |
"watch-ios": "tns debug ios --analyticsClient VSCode --bundle --no-hmr | grep -v 'TIC\\|tcp_\\|0x\\|Task\\|System\\|nw_\\|new conn\\|RTT_\\|Cookie\\|cookie\\|tcp\\|HTHangEvent\\|<private>\\|path:cancel\\|Hostname#\\|packets\\|dns\\|DNS\\|ipv4\\|IPv4\\|Conn_Time\\|TLS'", | |
"watch-s9": "tns debug android --analyticsClient VSCode --bundle --device 4550384159383098", | |
"watch-s5": "tns debug android --analyticsClient VSCode --bundle --device a55396a1", | |
"emulator": "cd C:\\Android\\tools & emulator -avd Emulator-Api28-Default --camera-back webcam0", | |
"emulator2": "cd C:\\Android\\emulator & emulator -avd android-28-x86", | |
"emulator-mac": "$ANDROID_HOME/emulator/emulator -avd test_android_28 -camera-back webcam0", | |
"emulator-ios": "open -a Simulator --args -CurrentDeviceUDID 5A57D890-3B7A-41DA-98BE-5323DDBB5FEF" | |
}, | |
"repository": { | |
"type": "private", | |
"url": "https://github.com/wpatter6/clicker-app" | |
}, | |
"nativescript": { | |
"id": { | |
"ios": "com.willweb.clickr", | |
"android": "com.willweb.clicker" | |
}, | |
"tns-ios": { | |
"version": "6.1.1" | |
}, | |
"tns-android": { | |
"version": "6.1.1" | |
} | |
}, | |
"dependencies": { | |
"nativescript-admob": "^4.0.0", | |
"nativescript-advanced-permissions": "^1.2.0", | |
"nativescript-barcodescanner": "^3.3.2", | |
"nativescript-feedback": "^1.3.12", | |
"nativescript-purchase": "^2.0.13", | |
"nativescript-socketio": "^3.3.1", | |
"nativescript-theme-core": "^2.0.22", | |
"nativescript-toasty": "^2.0.1", | |
"nativescript-ui-dataform": "^5.1.1", | |
"nativescript-vibrate": "^2.1.3", | |
"nativescript-vue": "^2.4.0", | |
"tns": "^0.2.0", | |
"tns-core-modules": "^6.1.1", | |
"uuid": "^3.3.3", | |
"vue": "^2.6.10", | |
"vuex": "^3.1.1" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.0.0", | |
"@babel/preset-env": "^7.0.0", | |
"@types/uuid": "^3.4.4", | |
"@vue/devtools": "^5.1.1", | |
"babel-loader": "^8.0.2", | |
"babel-traverse": "6.26.0", | |
"babel-types": "6.26.0", | |
"babylon": "6.18.0", | |
"clean-webpack-plugin": "^0.1.19", | |
"copy-webpack-plugin": "^4.5.2", | |
"crypto-js": "^3.1.9-1", | |
"css-loader": "^1.0.0", | |
"lazy": "1.0.11", | |
"merge-options": "^1.0.1", | |
"moment": "^2.24.0", | |
"nativescript-dev-webpack": "1.2.0", | |
"nativescript-vue-template-compiler": "^2.0.0", | |
"nativescript-worker-loader": "~0.9.0", | |
"node-sass": "4.12.0", | |
"sass": "1.22.12", | |
"sass-loader": "^8.0.0", | |
"terser-webpack-plugin": "^1.1.0", | |
"tns-platform-declarations": "6.0.1", | |
"ts-lint": "^4.5.1", | |
"typescript": "^3.2.4", | |
"vue-loader": "^15.2.6", | |
"webpack": "^4.16.4", | |
"webpack-bundle-analyzer": "~2.13.1", | |
"webpack-cli": "^3.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment