vue-native-web
Version:
This is a webpack configuration to allow for Nativescript+Web+Vue templating.
37 lines • 1.04 kB
JSON
{
"name": "vue-native-web",
"version": "1.0.5",
"description": "This is a webpack configuration to allow for Nativescript+Web+Vue templating.",
"main": "index.js",
"keywords": [
"vue",
"webpack",
"nativescript",
"native",
"web",
"single-file-components"
],
"author": "Yasser Lahbibi",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"node-html-parser": "^1.1.6",
"nativescript-vue-externals": "^0.1.2",
"nativescript-vue-target": "^0.1.0",
"node-sass": "^4.8.3",
"sass-loader": "^7.0.1",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.10.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.2",
"webpack-synchronizable-shell-plugin": "0.0.7",
"babel-minify-webpack-plugin": "^0.3.1"
}
}