Skip to content

Instantly share code, notes, and snippets.

@sandoche
Created December 5, 2018 23:19
Show Gist options
  • Save sandoche/5404d93b78e65a2f5da4ee627dc7827a to your computer and use it in GitHub Desktop.
Save sandoche/5404d93b78e65a2f5da4ee627dc7827a to your computer and use it in GitHub Desktop.
GitNews - package.json
{
"name": "gitnews",
"version": "1.0.3",
"description": "Newsfeed of trending github repositories",
"author": "Sandoche Adittane <sandoche@gmail.com>",
"license": "MIT",
"nativescript": {
"id": "com.sandoche.gitnews",
"tns-ios": {
"version": "4.2.0"
},
"tns-android": {
"version": "4.2.0"
}
},
"dependencies": {
"@vue/devtools": "5.0.0-beta.3",
"nativescript-plugin-firebase": "^7.3.0",
"nativescript-pulltorefresh": "^2.1.1",
"nativescript-social-share": "^1.5.1",
"nativescript-socket.io": "^0.9.0",
"nativescript-theme-core": "^1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"nativescript-vue-devtools": "^1.0.0",
"showdown": "^1.8.7",
"timeago.js": "^4.0.0-beta.1",
"tns-core-modules": "^4.2.0",
"vuex": "^3.0.1",
"xml-js": "^1.6.8"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"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",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "^0.19.0-2018-12-03-103038-01",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"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