package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "mini-css-extract-plugin@^2.5.3",
  3. "_id": "mini-css-extract-plugin@2.9.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
  6. "_location": "/mini-css-extract-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.15",
  9. "ajv-formats": "2.1.1",
  10. "fast-deep-equal": "3.1.3",
  11. "fast-uri": "3.0.6",
  12. "require-from-string": "2.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "mini-css-extract-plugin@^2.5.3",
  18. "name": "mini-css-extract-plugin",
  19. "escapedName": "mini-css-extract-plugin",
  20. "rawSpec": "^2.5.3",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.5.3"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
  28. "_shasum": "966031b468917a5446f4c24a80854b2947503c5b",
  29. "_spec": "mini-css-extract-plugin@^2.5.3",
  30. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "schema-utils": "^4.0.0",
  40. "tapable": "^2.2.1"
  41. },
  42. "deprecated": false,
  43. "description": "extracts CSS into separate files",
  44. "devDependencies": {
  45. "@babel/cli": "^7.24.1",
  46. "@babel/core": "^7.24.4",
  47. "@babel/eslint-parser": "^7.24.1",
  48. "@babel/preset-env": "^7.24.4",
  49. "@commitlint/cli": "^17.5.1",
  50. "@commitlint/config-conventional": "^17.4.4",
  51. "@types/node": "^18.15.11",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^28.1.3",
  54. "bootstrap": "^4.6.2",
  55. "cross-env": "^7.0.3",
  56. "cspell": "^6.31.1",
  57. "css-loader": "^6.10.0",
  58. "del": "^6.0.0",
  59. "del-cli": "^4.0.0",
  60. "es-check": "^7.1.0",
  61. "eslint": "^8.37.0",
  62. "eslint-config-prettier": "^8.8.0",
  63. "eslint-plugin-import": "^2.27.5",
  64. "file-loader": "^6.2.0",
  65. "husky": "^7.0.0",
  66. "jest": "^28.1.3",
  67. "jest-environment-jsdom": "^28.1.3",
  68. "jsdom": "^19.0.0",
  69. "lint-staged": "^13.2.1",
  70. "memfs": "^3.4.13",
  71. "npm-run-all": "^4.1.5",
  72. "prettier": "^2.8.7",
  73. "sass": "^1.74.1",
  74. "sass-loader": "^12.6.0",
  75. "standard-version": "^9.3.0",
  76. "typescript": "^4.9.5",
  77. "webpack": "^5.91.0",
  78. "webpack-cli": "^4.9.2",
  79. "webpack-dev-server": "^4.13.2"
  80. },
  81. "engines": {
  82. "node": ">= 12.13.0"
  83. },
  84. "files": [
  85. "dist",
  86. "types"
  87. ],
  88. "funding": {
  89. "type": "opencollective",
  90. "url": "https://opencollective.com/webpack"
  91. },
  92. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  93. "keywords": [
  94. "webpack",
  95. "css",
  96. "extract",
  97. "hmr"
  98. ],
  99. "license": "MIT",
  100. "main": "dist/index.js",
  101. "name": "mini-css-extract-plugin",
  102. "peerDependencies": {
  103. "webpack": "^5.0.0"
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  108. },
  109. "scripts": {
  110. "build": "npm-run-all -p \"build:**\"",
  111. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  112. "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
  113. "clean": "del-cli dist",
  114. "commitlint": "commitlint --from=master",
  115. "fix": "npm-run-all -l fix:js fix:prettier",
  116. "fix:js": "npm run lint:js -- --fix",
  117. "fix:prettier": "npm run lint:prettier -- --write",
  118. "lint": "npm-run-all -l -p \"lint:**\"",
  119. "lint:js": "eslint --cache .",
  120. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  121. "lint:spelling": "cspell \"**/*.*\"",
  122. "lint:types": "tsc --pretty --noEmit",
  123. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  124. "prebuild": "npm run clean",
  125. "prepare": "husky install && npm run build",
  126. "pretest": "npm run lint",
  127. "release": "standard-version",
  128. "security": "npm audit --production",
  129. "start": "npm run build -- -w",
  130. "test": "cross-env NODE_ENV=test npm run test:coverage",
  131. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  132. "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
  133. "test:only": "cross-env NODE_ENV=test jest",
  134. "test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
  135. "test:watch": "npm run test:only -- --watch"
  136. },
  137. "types": "types/index.d.ts",
  138. "version": "2.9.2"
  139. }