package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "postcss-loader",
  3. "_id": "postcss-loader@7.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==",
  6. "_location": "/postcss-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "postcss-loader",
  12. "name": "postcss-loader",
  13. "escapedName": "postcss-loader",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz",
  23. "_shasum": "6da03e71a918ef49df1bb4be4c80401df8e249dd",
  24. "_spec": "postcss-loader",
  25. "_where": "E:\\2023\\8\\MT_APP",
  26. "author": {
  27. "name": "Andrey Sitnik",
  28. "email": "andrey@sitnik.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/webpack-contrib/postcss-loader/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cosmiconfig": "^8.2.0",
  36. "jiti": "^1.18.2",
  37. "semver": "^7.3.8"
  38. },
  39. "deprecated": false,
  40. "description": "PostCSS loader for webpack",
  41. "devDependencies": {
  42. "@babel/cli": "^7.21.0",
  43. "@babel/core": "^7.21.4",
  44. "@babel/preset-env": "^7.21.4",
  45. "@commitlint/cli": "^17.5.1",
  46. "@commitlint/config-conventional": "^17.4.4",
  47. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  48. "babel-jest": "^29.4.3",
  49. "cross-env": "^7.0.3",
  50. "cspell": "^6.31.1",
  51. "cssnano": "^6.0.0",
  52. "del": "^6.1.1",
  53. "del-cli": "^5.0.0",
  54. "eslint": "^8.37.0",
  55. "eslint-config-prettier": "^8.8.0",
  56. "eslint-plugin-import": "^2.27.5",
  57. "husky": "^8.0.3",
  58. "jest": "^29.4.3",
  59. "less": "^4.1.3",
  60. "less-loader": "^11.1.0",
  61. "lint-staged": "^13.2.0",
  62. "memfs": "^3.4.13",
  63. "midas": "^2.0.3",
  64. "npm-run-all": "^4.1.5",
  65. "postcss": "^8.4.21",
  66. "postcss-dark-theme-class": "^0.7.3",
  67. "postcss-import": "^15.1.0",
  68. "postcss-js": "^4.0.1",
  69. "postcss-load-config": "^4.0.1",
  70. "postcss-nested": "^6.0.1",
  71. "postcss-short": "^5.0.0",
  72. "prettier": "^2.8.7",
  73. "sass": "^1.60.0",
  74. "sass-loader": "^13.2.2",
  75. "standard-version": "^9.3.2",
  76. "strip-ansi": "^6.0.0",
  77. "sugarss": "^4.0.1",
  78. "ts-jest": "^29.1.0",
  79. "ts-node": "^10.9.1",
  80. "webpack": "^5.77.0"
  81. },
  82. "engines": {
  83. "node": ">= 14.15.0"
  84. },
  85. "files": [
  86. "dist"
  87. ],
  88. "funding": {
  89. "type": "opencollective",
  90. "url": "https://opencollective.com/webpack"
  91. },
  92. "homepage": "https://github.com/webpack-contrib/postcss-loader",
  93. "keywords": [
  94. "css",
  95. "postcss",
  96. "postcss-runner",
  97. "webpack",
  98. "webpack-loader"
  99. ],
  100. "license": "MIT",
  101. "main": "dist/cjs.js",
  102. "name": "postcss-loader",
  103. "peerDependencies": {
  104. "postcss": "^7.0.0 || ^8.0.1",
  105. "webpack": "^5.0.0"
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/webpack-contrib/postcss-loader.git"
  110. },
  111. "scripts": {
  112. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  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. "prebuild": "npm run clean",
  123. "prepare": "husky install && npm run build",
  124. "pretest": "npm run lint",
  125. "release": "standard-version",
  126. "security": "npm audit --production",
  127. "start": "npm run build -- -w",
  128. "test": "npm run test:coverage",
  129. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  130. "test:only": "cross-env NODE_ENV=test jest",
  131. "test:watch": "npm run test:only -- --watch"
  132. },
  133. "version": "7.3.3"
  134. }