{
"name": "vueport-example", "version": "0.0.1", "license": "MIT", "description": "Example Rails application using Vueport and Vue single file components", "main": "index.js", "repository": { "url": "git@github.com:samtgarson/vueport-example.git", "type": "git" }, "author": "Sam Garson <samtgarson@gmail.com>", "scripts": { "dev": "./node_modules/.bin/webpack-dev-server --hot --inline --config config/vueport/webpack.dev.conf --host 0.0.0.0", "compile": "node config/vueport/build" }, "dependencies": { "babel-core": "^6.17.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.5", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "css-loader": "^0.25.0", "eslint": "^3.12.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-friendly-formatter": "^2.0.6", "eslint-import-resolver-webpack": "^0.7.1", "eslint-loader": "^1.6.1", "eslint-plugin-html": "^1.7.0", "eslint-plugin-import": "^2.2.0", "extract-text-webpack-plugin": "^1.0.1", "ora": "^0.4.0", "stats-webpack-plugin": "^0.2.1", "style-loader": "^0.13.1", "vue": "^2.1.4", "vue-loader": "^10.0.1", "vue-style-loader": "^1.0.0", "vue-template-compiler": "^2.1.4", "webpack": "^1.9.11", "webpack-dev-server": "^1.9.0", "webpack-merge": "^1.1.1" }
}