-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "stylelint-config-vi",
"version": "3.0.0",
"description": "Stylelint shareable config used by VI Company",
"main": "index.js",
"scripts": {
"lint": "eslint --quiet --fix **/*.js",
"pretest": "npm run lint",
"test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git://github.com/vicompany/stylelint-config-vi.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"vi-company"
],
"author": "VI Company",
"license": "MIT",
"bugs": "https://github.com/vicompany/stylelint-config-vi/issues",
"homepage": "https://github.com/vicompany/stylelint-config-vi",
"dependencies": {
"stylelint-order": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-vi": "^11.0.0",
"jasmine": "^3.10.0",
"postcss-scss": "^4.0.2",
"stylelint": "^14.0.1"
},
"peerDependencies": {
"stylelint": "^14.0.0"
}
}