{ "name": "vuejs_webpack", "version": "1.0.0", "description": "Example project using webpack with vuejs", "main": "app.js", "scripts": { "start": "node_modules/.bin/webpack --config webpack.config.js" }, "author": "drew@androiddrew.com", "license": "MIT", "dependencies": { "vue": "^2.5.13" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "webpack": "^3.10.0" } }