package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "mini-css-extract-plugin",
  3. "_id": "mini-css-extract-plugin@0.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==",
  6. "_location": "/mini-css-extract-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mini-css-extract-plugin",
  12. "name": "mini-css-extract-plugin",
  13. "escapedName": "mini-css-extract-plugin",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz",
  23. "_shasum": "47f2cf07aa165ab35733b1fc97d4c46c0564339e",
  24. "_spec": "mini-css-extract-plugin",
  25. "_where": "G:\\micro\\react\\cld2_react",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "loader-utils": "^1.1.0",
  35. "normalize-url": "1.9.1",
  36. "schema-utils": "^1.0.0",
  37. "webpack-sources": "^1.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "extracts CSS into separate files",
  41. "devDependencies": {
  42. "@babel/cli": "^7.7.5",
  43. "@babel/core": "^7.7.5",
  44. "@babel/preset-env": "^7.7.6",
  45. "@commitlint/cli": "^8.1.0",
  46. "@commitlint/config-conventional": "^8.1.0",
  47. "@webpack-contrib/defaults": "^5.0.2",
  48. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  49. "babel-eslint": "^10.0.2",
  50. "babel-jest": "^24.8.0",
  51. "commitlint-azure-pipelines-cli": "^1.0.2",
  52. "cross-env": "^5.2.0",
  53. "css-loader": "^3.3.2",
  54. "del": "^4.1.1",
  55. "del-cli": "^1.1.0",
  56. "es-check": "^5.0.0",
  57. "eslint": "^6.7.2",
  58. "eslint-config-prettier": "^6.0.0",
  59. "eslint-plugin-import": "^2.19.1",
  60. "file-loader": "^4.0.0",
  61. "husky": "^3.0.0",
  62. "jest": "^24.8.0",
  63. "jest-junit": "^10.0.0",
  64. "lint-staged": "^9.5.0",
  65. "memory-fs": "^0.4.1",
  66. "npm-run-all": "^4.1.5",
  67. "prettier": "^1.19.1",
  68. "standard-version": "^7.0.1",
  69. "webpack": "^4.41.3",
  70. "webpack-cli": "^3.3.6",
  71. "webpack-dev-server": "^3.7.2"
  72. },
  73. "engines": {
  74. "node": ">= 6.9.0"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  80. "keywords": [
  81. "webpack",
  82. "css",
  83. "extract",
  84. "hmr"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/cjs.js",
  88. "name": "mini-css-extract-plugin",
  89. "peerDependencies": {
  90. "webpack": "^4.4.0"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  95. },
  96. "scripts": {
  97. "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
  98. "clean": "del-cli dist",
  99. "commitlint": "commitlint --from=master",
  100. "defaults": "webpack-defaults",
  101. "lint": "npm-run-all -l -p \"lint:**\"",
  102. "lint:js": "eslint --cache src test",
  103. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
  104. "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
  105. "prebuild": "npm run clean",
  106. "prepare": "npm run build",
  107. "pretest": "npm run lint",
  108. "release": "standard-version",
  109. "security": "npm audit",
  110. "start": "npm run build -- -w",
  111. "test": "cross-env NODE_ENV=test npm run test:coverage",
  112. "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
  113. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  114. "test:only": "cross-env NODE_ENV=test jest",
  115. "test:watch": "cross-env NODE_ENV=test jest --watch"
  116. },
  117. "version": "0.9.0"
  118. }