package.json 3.7 KB

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