2018-10-24 16:55:18 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/webpack",
|
2020-09-21 10:30:19 +00:00
|
|
|
"version": "2.14.6",
|
2018-10-24 16:55:18 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/webpack.js",
|
2018-10-24 16:55:18 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-09-09 08:22:44 +00:00
|
|
|
"@babel/core": "^7.11.6",
|
2020-09-21 10:30:19 +00:00
|
|
|
"@nuxt/babel-preset-app": "2.14.6",
|
2019-05-21 18:41:40 +00:00
|
|
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
2020-09-21 10:30:19 +00:00
|
|
|
"@nuxt/utils": "2.14.6",
|
2020-03-23 11:24:29 +00:00
|
|
|
"babel-loader": "^8.1.0",
|
2019-07-18 17:20:16 +00:00
|
|
|
"cache-loader": "^4.1.0",
|
2020-10-13 10:19:36 +00:00
|
|
|
"caniuse-lite": "^1.0.30001148",
|
2020-01-24 01:06:49 +00:00
|
|
|
"chalk": "^3.0.0",
|
2020-08-13 13:05:54 +00:00
|
|
|
"consola": "^2.15.0",
|
2020-07-27 16:20:37 +00:00
|
|
|
"create-require": "^1.0.2",
|
2020-06-16 09:28:39 +00:00
|
|
|
"css-loader": "^3.6.0",
|
2019-02-15 14:56:10 +00:00
|
|
|
"cssnano": "^4.1.10",
|
2018-12-23 08:40:36 +00:00
|
|
|
"eventsource-polyfill": "^0.9.6",
|
2020-05-20 15:23:32 +00:00
|
|
|
"extract-css-chunks-webpack-plugin": "^4.7.5",
|
2019-11-23 09:06:10 +00:00
|
|
|
"file-loader": "^4.3.0",
|
2019-11-09 22:18:39 +00:00
|
|
|
"glob": "^7.1.6",
|
2018-12-11 20:49:16 +00:00
|
|
|
"hard-source-webpack-plugin": "^0.13.1",
|
2019-06-29 04:37:43 +00:00
|
|
|
"hash-sum": "^2.0.0",
|
2020-09-28 09:57:10 +00:00
|
|
|
"html-webpack-plugin": "^4.5.0",
|
2018-10-24 16:55:18 +00:00
|
|
|
"memory-fs": "^0.4.1",
|
2020-09-02 10:02:36 +00:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
2018-10-25 11:22:31 +00:00
|
|
|
"pify": "^4.0.1",
|
2020-06-03 19:27:08 +00:00
|
|
|
"postcss": "^7.0.32",
|
2018-10-24 16:55:18 +00:00
|
|
|
"postcss-import": "^12.0.1",
|
2019-10-13 19:32:46 +00:00
|
|
|
"postcss-import-resolver": "^2.0.0",
|
2018-10-24 16:55:18 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
2019-07-10 09:36:25 +00:00
|
|
|
"postcss-preset-env": "^6.7.0",
|
2018-10-24 16:55:18 +00:00
|
|
|
"postcss-url": "^8.0.0",
|
2020-04-17 09:26:43 +00:00
|
|
|
"semver": "^7.3.2",
|
2018-11-08 21:48:29 +00:00
|
|
|
"std-env": "^2.2.1",
|
2019-12-29 22:19:43 +00:00
|
|
|
"style-resources-loader": "^1.3.3",
|
2020-02-16 13:58:21 +00:00
|
|
|
"terser-webpack-plugin": "^2.3.5",
|
2019-08-09 10:34:17 +00:00
|
|
|
"thread-loader": "^2.1.3",
|
2020-09-21 10:21:07 +00:00
|
|
|
"time-fix-plugin": "^2.0.7",
|
2019-11-23 09:06:10 +00:00
|
|
|
"url-loader": "^2.3.0",
|
2020-06-23 11:30:36 +00:00
|
|
|
"vue-loader": "^15.9.3",
|
2020-09-21 10:21:07 +00:00
|
|
|
"webpack": "^4.44.2",
|
|
|
|
"webpack-bundle-analyzer": "^3.9.0",
|
2019-09-29 09:28:19 +00:00
|
|
|
"webpack-dev-middleware": "^3.7.2",
|
2019-05-15 11:26:07 +00:00
|
|
|
"webpack-hot-middleware": "^2.25.0",
|
2020-08-25 14:11:17 +00:00
|
|
|
"webpack-node-externals": "^2.5.2",
|
2019-08-05 15:05:18 +00:00
|
|
|
"webpackbar": "^4.0.0"
|
2018-10-24 16:55:18 +00:00
|
|
|
},
|
2019-06-15 10:13:05 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
},
|
2018-10-24 16:55:18 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-24 16:55:18 +00:00
|
|
|
}
|