Skip to content

Instantly share code, notes, and snippets.

@wpatter6
Last active September 26, 2019 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpatter6/3575e029572eaedb03e723d5fba19e10 to your computer and use it in GitHub Desktop.
Save wpatter6/3575e029572eaedb03e723d5fba19e10 to your computer and use it in GitHub Desktop.
{
"name": "app-name",
"version": "1.3.2",
"description": "A native application built with NativeScript-Vue",
"author": "Me",
"license": "GPL-3.0",
"private": true,
"scripts": {
"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 nativescript@latest",
"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",
},
"repository": {
"type": "private",
"url": "https://github.com/wpatter6/clicker-app"
},
"nativescript": {
"id": {
"ios": "com.mynativescriptapp.id",
"android": "com.mynativescriptapp.id"
},
"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",
"fibers": "4.0.1",
"lazy": "1.0.11",
"merge-options": "^1.0.1",
"moment": "^2.24.0",
"nativescript-dev-webpack": "1.2.0",
"nativescript-vue-devtools": "^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