{ "name": "vue-browser-component", "version": "1.1.0", "description": "A VueJS CLI template for compiling standalone components from .vue files", "main": "index.js", "scripts": { "build": "webpack --env.file", "build:dev": "webpack -d --env.file", "watch": "webpack -d --watch --env.file" }, "repository": { "type": "git", "url": "git+https://git.wadza.fr/me/vue-sfc-compiler.git" }, "keywords": [ "vue", "vuejs", "browser", "component" ], "author": "Shu", "contributors": ["RonnieSan"], "license": "MIT", "bugs": { "url": "https://github.com/sheychen290/vue-sfc-compiler/issues" }, "homepage": "https://git.wadza.fr/me/vue-sfc-compiler", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.4.5", "autoprefixer": "^8.6.5", "babel-loader": "^8.0.6", "core-js": "^2.6.9", "css-loader": "^0.28.11", "file-loader": "^1.1.11", "friendly-errors-webpack-plugin": "^1.7.0", "less": "^3.9.0", "less-loader": "^4.1.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^4.0.3", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", "sass-loader": "^7.1.0", "string-replace-webpack-plugin": "^0.1.3", "ts-loader": "^6.0.3", "typescript": "^3.5.2", "url-loader": "^1.1.2", "vue-loader": "^15.7.0", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.10", "webpack": "^4.34.0", "webpack-cli": "^3.3.4" }, "dependencies": { "vue": "^2.6.10", "vue-class-component": "^7.1.0", "vue-property-decorator": "^8.2.1" }, "babel": { "presets": [ [ "@babel/preset-env", { "useBuiltIns": "usage" } ] ] } }