package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_from": "sass-loader@^10.0.5",
  3. "_id": "sass-loader@10.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==",
  6. "_location": "/sass-loader",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.7",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "sass-loader@^10.0.5",
  16. "name": "sass-loader",
  17. "escapedName": "sass-loader",
  18. "rawSpec": "^10.0.5",
  19. "saveSpec": null,
  20. "fetchSpec": "^10.0.5"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz",
  26. "_shasum": "3d64c1590f911013b3fa48a0b22a83d5e1494716",
  27. "_spec": "sass-loader@^10.0.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "J. Tangelder"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack-contrib/sass-loader/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "klona": "^2.0.4",
  38. "loader-utils": "^2.0.0",
  39. "neo-async": "^2.6.2",
  40. "schema-utils": "^3.0.0",
  41. "semver": "^7.3.2"
  42. },
  43. "deprecated": false,
  44. "description": "Sass loader for webpack",
  45. "devDependencies": {
  46. "@babel/cli": "^7.12.1",
  47. "@babel/core": "^7.12.3",
  48. "@babel/preset-env": "^7.12.1",
  49. "@commitlint/cli": "^11.0.0",
  50. "@commitlint/config-conventional": "^11.0.0",
  51. "@webpack-contrib/defaults": "^6.3.0",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^26.6.3",
  54. "bootstrap": "^4.5.3",
  55. "bootstrap-sass": "^3.4.1",
  56. "cross-env": "^7.0.2",
  57. "css-loader": "^5.0.1",
  58. "del": "^6.0.0",
  59. "del-cli": "^3.0.1",
  60. "enhanced-resolve": "^5.5.0",
  61. "eslint": "^7.13.0",
  62. "eslint-config-prettier": "^7.1.0",
  63. "eslint-plugin-import": "^2.22.1",
  64. "fibers": "^5.0.0",
  65. "file-loader": "^6.2.0",
  66. "foundation-sites": "^6.6.3",
  67. "husky": "^4.3.0",
  68. "jest": "^26.6.3",
  69. "lint-staged": "^10.5.1",
  70. "material-components-web": "^8.0.0",
  71. "memfs": "^3.2.0",
  72. "node-sass": "^5.0.0",
  73. "npm-run-all": "^4.1.5",
  74. "prettier": "^2.1.2",
  75. "sass": "^1.29.0",
  76. "standard-version": "^9.0.0",
  77. "style-loader": "^2.0.0",
  78. "webpack": "^5.12.2"
  79. },
  80. "engines": {
  81. "node": ">= 10.13.0"
  82. },
  83. "files": [
  84. "dist"
  85. ],
  86. "funding": {
  87. "type": "opencollective",
  88. "url": "https://opencollective.com/webpack"
  89. },
  90. "homepage": "https://github.com/webpack-contrib/sass-loader",
  91. "keywords": [
  92. "sass",
  93. "libsass",
  94. "webpack",
  95. "loader"
  96. ],
  97. "license": "MIT",
  98. "main": "dist/cjs.js",
  99. "name": "sass-loader",
  100. "peerDependencies": {
  101. "fibers": ">= 3.1.0",
  102. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0",
  103. "sass": "^1.3.0",
  104. "webpack": "^4.36.0 || ^5.0.0"
  105. },
  106. "peerDependenciesMeta": {
  107. "node-sass": {
  108. "optional": true
  109. },
  110. "sass": {
  111. "optional": true
  112. },
  113. "fibers": {
  114. "optional": true
  115. }
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/webpack-contrib/sass-loader.git"
  120. },
  121. "scripts": {
  122. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  123. "clean": "del-cli dist",
  124. "commitlint": "commitlint --from=master",
  125. "defaults": "webpack-defaults",
  126. "lint": "npm-run-all -l -p \"lint:**\"",
  127. "lint:js": "eslint --cache .",
  128. "lint:prettier": "prettier --list-different .",
  129. "prebuild": "npm run clean",
  130. "prepare": "npm run build",
  131. "pretest": "npm run lint",
  132. "release": "standard-version",
  133. "security": "npm audit",
  134. "start": "npm run build -- -w",
  135. "test": "npm run test:coverage",
  136. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  137. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  138. "test:only": "cross-env NODE_ENV=test jest",
  139. "test:watch": "npm run test:only -- --watch"
  140. },
  141. "version": "10.2.0"
  142. }