package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "mini-css-extract-plugin@0.4.1",
  3. "_id": "mini-css-extract-plugin@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XWuB3G61Rtasq/gLe7cp5cuozehE6hN+E4sxCamRR/WDiHTg+f7ZIAS024r8UJQffY+e2gGELXQZgQoFDfNDCg==",
  6. "_location": "/mini-css-extract-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mini-css-extract-plugin@0.4.1",
  12. "name": "mini-css-extract-plugin",
  13. "escapedName": "mini-css-extract-plugin",
  14. "rawSpec": "0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz",
  22. "_shasum": "d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb",
  23. "_spec": "mini-css-extract-plugin@0.4.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@webpack-contrib/schema-utils": "^1.0.0-beta.0",
  34. "loader-utils": "^1.1.0",
  35. "webpack-sources": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "desc",
  39. "devDependencies": {
  40. "@commitlint/cli": "^6.1.3",
  41. "@commitlint/config-conventional": "^6.1.3",
  42. "@webpack-contrib/eslint-config-webpack": "^2.0.4",
  43. "babel-cli": "^6.26.0",
  44. "babel-jest": "^22.2.2",
  45. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  46. "babel-polyfill": "^6.26.0",
  47. "babel-preset-env": "^1.6.1",
  48. "conventional-github-releaser": "^2.0.2",
  49. "cross-env": "^5.1.3",
  50. "css-loader": "^0.28.10",
  51. "del": "^3.0.0",
  52. "del-cli": "^1.1.0",
  53. "eslint": "^4.17.0",
  54. "eslint-plugin-import": "^2.8.0",
  55. "eslint-plugin-prettier": "^2.6.0",
  56. "file-loader": "^1.1.11",
  57. "husky": "^0.14.3",
  58. "jest": "^22.2.2",
  59. "lint-staged": "^6.1.0",
  60. "memory-fs": "^0.4.1",
  61. "nsp": "^3.1.0",
  62. "pre-commit": "^1.2.2",
  63. "prettier": "^1.11.1",
  64. "standard-version": "^4.3.0",
  65. "webpack": "^4.14.0",
  66. "webpack-cli": "^2.0.13",
  67. "webpack-defaults": "^2.3.0",
  68. "webpack-dev-server": "^3.1.1"
  69. },
  70. "engines": {
  71. "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  72. },
  73. "files": [
  74. "dist"
  75. ],
  76. "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  77. "keywords": [
  78. "webpack"
  79. ],
  80. "license": "MIT",
  81. "lint-staged": {
  82. "*.js": [
  83. "eslint --fix",
  84. "git add"
  85. ]
  86. },
  87. "main": "dist/cjs.js",
  88. "name": "mini-css-extract-plugin",
  89. "peerDependencies": {
  90. "webpack": "^4.4.0"
  91. },
  92. "pre-commit": "lint-staged",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  96. },
  97. "scripts": {
  98. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  99. "ci:coverage": "npm run test:coverage -- --runInBand",
  100. "ci:lint": "npm run lint && npm run security",
  101. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  102. "ci:test": "npm run test -- --runInBand",
  103. "clean": "del-cli dist",
  104. "commitlint": "commitlint",
  105. "commitmsg": "commitlint -e $GIT_PARAMS",
  106. "defaults": "webpack-defaults",
  107. "lint": "eslint --cache src test",
  108. "lint-staged": "lint-staged",
  109. "prebuild": "npm run clean",
  110. "prepublish": "npm run build",
  111. "release": "standard-version",
  112. "release:ci": "conventional-github-releaser -p angular",
  113. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  114. "security": "nsp check",
  115. "start": "npm run build -- -w",
  116. "test": "jest",
  117. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  118. "test:manual": "webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  119. "test:watch": "jest --watch"
  120. },
  121. "version": "0.4.1"
  122. }