UNPKG

@craftcms/webpack

Version:

Webpack build tools for Craft CMS

64 lines (63 loc) 1.82 kB
{ "name": "@craftcms/webpack", "version": "1.1.2", "description": "Webpack build tools for Craft CMS", "keywords": [ "craftcms", "webpack" ], "publishConfig": { "access": "public" }, "main": "index.js", "author": "Pixel & Tonic, Inc. <support@pixelandtonic.com>", "homepage": "https://craftcms.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/craftcms/cms.git" }, "bugs": { "url": "https://github.com/craftcms/cms/issues" }, "dependencies": { "@babel/core": "^7.14.0", "@babel/eslint-parser": "^7.17.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.16.4", "@babel/preset-typescript": "^7.16.0", "@craftcms/browserslist-config": "^1.0.0", "@vue/babel-preset-app": "^4.4.1", "autoprefixer": "^10.3.1", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^9.1.0", "core-js": "^3.6.5", "css-loader": "^6.5.1", "css-minimizer-webpack-plugin": "^4.0.0", "dotenv": "^10.0.0", "dotenv-webpack": "^7.0.3", "eslint": "^8.2.0", "eslint-plugin-vue": "^8.0.3", "expose-loader": "^3.1.0", "glob": "^7.2.0", "json-minimizer-webpack-plugin": "^3.1.1", "mini-css-extract-plugin": "^2.4.4", "pkg-dir": "^4.2.0", "postcss": "^8.2.8", "postcss-loader": "^6.2.0", "sass": "^1.26.8", "sass-loader": "^12.3.0", "style-loader": "^3.3.1", "ts-loader": "^9.2.6", "vue-loader": "^15.9.2", "vue-template-compiler": "^2.6.14", "webpack": "^5.64.1", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.4.0", "webpack-manifest-plugin": "^4.0.2", "webpack-merge": "^5.8.0", "webpack-merge-and-include-globally": "^2.1.25", "yargs": "^17.2.1" } }