package.json 4.5 KB

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