package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "stylelint-webpack-plugin@^2.3.1",
  3. "_id": "stylelint-webpack-plugin@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gjerWQ7nY+4JdebL3LTDPp80DV10O1OOWtM+v+W29+ThzLsKGz3UptEVd0jVdFpWEohEXVilbnan2b/YXxakqA==",
  6. "_location": "/stylelint-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.11",
  9. "@types/node": "17.0.24",
  10. "ajv": "6.12.6",
  11. "ajv-keywords": "3.5.2",
  12. "merge-stream": "2.0.0",
  13. "picomatch": "2.3.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "stylelint-webpack-plugin@^2.3.1",
  19. "name": "stylelint-webpack-plugin",
  20. "escapedName": "stylelint-webpack-plugin",
  21. "rawSpec": "^2.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "^2.3.1"
  24. },
  25. "_requiredBy": [
  26. "/@nuxtjs/stylelint-module"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz",
  29. "_shasum": "edb849250fb829349ddb41bc07d343c39d3391ce",
  30. "_spec": "stylelint-webpack-plugin@^2.3.1",
  31. "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\stylelint-module",
  32. "author": {
  33. "name": "Ricardo Gobbo de Souza",
  34. "email": "ricardogobbosouza@yahoo.com.br"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack-contrib/stylelint-webpack-plugin/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "arrify": "^2.0.1",
  42. "globby": "^11.0.4",
  43. "jest-worker": "^27.3.1",
  44. "micromatch": "^4.0.4",
  45. "normalize-path": "^3.0.0",
  46. "schema-utils": "^3.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "A Stylelint plugin for webpack",
  50. "devDependencies": {
  51. "@babel/cli": "^7.16.0",
  52. "@babel/core": "^7.16.0",
  53. "@babel/preset-env": "^7.16.0",
  54. "@commitlint/cli": "^12.1.4",
  55. "@commitlint/config-conventional": "^12.1.4",
  56. "@types/fs-extra": "^9.0.13",
  57. "@types/micromatch": "^4.0.2",
  58. "@types/normalize-path": "^3.0.0",
  59. "@types/webpack": "^5.28.0",
  60. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  61. "babel-eslint": "^10.1.0",
  62. "babel-jest": "^27.3.1",
  63. "chokidar": "^3.5.2",
  64. "cross-env": "^7.0.3",
  65. "del": "^6.0.0",
  66. "del-cli": "^3.0.1",
  67. "eslint": "^7.32.0",
  68. "eslint-config-prettier": "^8.3.0",
  69. "eslint-plugin-import": "^2.25.2",
  70. "file-loader": "^6.2.0",
  71. "fs-extra": "^9.1.0",
  72. "husky": "^6.0.0",
  73. "jest": "^27.3.1",
  74. "lint-staged": "^10.5.4",
  75. "npm-run-all": "^4.1.5",
  76. "postcss-scss": "^3.0.5",
  77. "prettier": "^2.4.1",
  78. "standard-version": "^9.3.2",
  79. "stylelint": "^14.0.1",
  80. "typescript": "^4.4.4",
  81. "webpack": "^5.62.1"
  82. },
  83. "engines": {
  84. "node": ">= 10.13.0"
  85. },
  86. "files": [
  87. "dist",
  88. "declarations"
  89. ],
  90. "funding": {
  91. "type": "opencollective",
  92. "url": "https://opencollective.com/webpack"
  93. },
  94. "homepage": "https://github.com/webpack-contrib/stylelint-webpack-plugin",
  95. "keywords": [
  96. "stylelint",
  97. "lint",
  98. "linter",
  99. "plugin",
  100. "webpack"
  101. ],
  102. "license": "MIT",
  103. "main": "dist/cjs.js",
  104. "name": "stylelint-webpack-plugin",
  105. "peerDependencies": {
  106. "stylelint": "^13.0.0 || ^14.0.0",
  107. "webpack": "^4.0.0 || ^5.0.0"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/webpack-contrib/stylelint-webpack-plugin.git"
  112. },
  113. "scripts": {
  114. "build": "npm-run-all -p \"build:**\"",
  115. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  116. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  117. "clean": "del-cli dist declarations",
  118. "commitlint": "commitlint --from=master",
  119. "lint": "npm-run-all -l -p \"lint:**\"",
  120. "lint:js": "eslint --cache .",
  121. "lint:prettier": "prettier -w --list-different .",
  122. "lint:types": "tsc --pretty --noEmit",
  123. "prebuild": "npm run clean",
  124. "prepare": "husky install && npm run build",
  125. "pretest": "npm run lint",
  126. "release": "standard-version",
  127. "security": "npm audit",
  128. "start": "npm run build -- -w",
  129. "test": "npm run test:coverage",
  130. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  131. "test:only": "cross-env NODE_ENV=test jest --testTimeout=60000",
  132. "test:watch": "npm run test:only -- --watch"
  133. },
  134. "types": "declarations/index.d.ts",
  135. "version": "2.3.2"
  136. }