-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 KB
/
package.json
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
48
49
50
51
{
"name": "@qvant/stylelint-config",
"version": "0.3.0",
"private": false,
"author": "Qvant Frontend team",
"license": "Apache-2.0",
"prettier": "@qvant/prettier-config",
"scripts": {
"prettier": "prettier --check --ignore-unknown '**/*'",
"prettier:fix": "prettier --write --ignore-unknown '**/*'",
"prepare": "husky install",
"release": "release-it"
},
"dependencies": {
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
"stylelint": "^14.16.1"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@qvant/prettier-config": "^0.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"release-it": "^15.9.3",
"stylelint": "^15.3.0"
},
"description": "A stylelint config we use for our projects",
"repository": {
"type": "git",
"url": "git+https://github.com/Qvant-lab/stylelint-config.git"
},
"keywords": [
"stylelint",
"config"
],
"bugs": {
"url": "https://github.com/Qvant-lab/stylelint-config/issues"
},
"homepage": "https://github.com/Qvant-lab/stylelint-config#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}