@io-arc/task-webpack-vue
Version:
Vue.js compile for webpack
96 lines (95 loc) • 2.79 kB
JSON
{
"name": "@io-arc/task-webpack-vue",
"version": "1.1.1",
"description": "Vue.js compile for webpack",
"keywords": [
"webpack",
"Vue",
"TypeScript",
"Babel",
"JavaScript"
],
"author": "arc one",
"homepage": "https://io-arc.tech/plugins/tasks/webpack-vue.html",
"license": "ISC",
"main": "index.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"types",
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/io-arc/io-arc.git"
},
"scripts": {
"prebuild": "eslint lib/*.ts",
"build": "rollup -c",
"postbuild": "tsc --emitDeclarationOnly",
"webpack:once": "NODE_ENV=development MODE_ENV=once webpack"
},
"dependencies": {
"@io-arc/env": "^1.1.0",
"@io-arc/file-list": "^1.0.3",
"@io-arc/output-dir-diff": "^1.0.2",
"@io-arc/path-build": "^1.0.2",
"@io-arc/types": "^1.0.0",
"@io-arc/utils": "^1.1.0",
"@io-arc/webpack-loaders-image": "^1.1.0",
"@io-arc/webpack-loaders-js": "^1.1.0",
"@io-arc/webpack-loaders-pug-linter": "^1.0.2",
"@io-arc/webpack-plugins-task-message": "^1.0.2",
"@io-arc/webpack-settings": "^1.1.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"config": "^3.3.1",
"config-webpack": "^1.0.4",
"css-loader": "^3.5.3",
"css-mqpacker": "^7.0.0",
"eslint-loader": "^4.0.2",
"prettier-webpack-plugin": "^1.2.0",
"progress-bar-webpack-plugin": "^2.1.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^9.0.2",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.9.2",
"vue-pug-lint-loader": "^0.0.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack-visualizer-plugin": "^0.1.11",
"worker-loader": "^2.0.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^8.0.0",
"prettier": "^2.0.5",
"pug": "^3.0.0",
"stylus": "^0.54.7",
"vue": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^4.7.2"
},
"gitHead": "519b6624c0e5517c375353e410c82ea9078686ca"
}