Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9c06ce11136c078647ac50bbb53e4b780f8c0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "stylelint-config-twbs-bootstrap",
  "version": "3.1.0",
  "description": "Default stylelint config used by Bootstrap.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/stylelint-config-twbs-bootstrap.git"
  },
  "keywords": [
    "bootstrap",
    "stylelint",
    "stylelint-config",
    "config",
    "lint"
  ],
  "author": "The Bootstrap Authors (https://github.com/twbs/stylelint-config-twbs-bootstrap/graphs/contributors)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/stylelint-config-twbs-bootstrap/issues"
  },
  "homepage": "https://github.com/twbs/stylelint-config-twbs-bootstrap#readme",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=12"
  },
  "peerDependencies": {
    "stylelint": "^14.4.0"
  },
  "dependencies": {
    "stylelint-config-recess-order": "^3.0.0",
    "stylelint-config-standard": "^25.0.0",
    "stylelint-config-standard-scss": "^3.0.0",
    "stylelint-scss": "^4.2.0"
  },
  "devDependencies": {
    "eslint": "^8.16.0",
    "stylelint": "^14.8.3"
  },
  "scripts": {
    "lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
    "test": "npm run lint",
    "test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --formatter verbose"
  }
}