-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "stylelint-config-tc",
"version": "0.0.0",
"description": "Stylelint shareable config",
"keywords": [
"stylelint",
"stylelint-config",
"code",
"quality",
"style",
"lint",
"linter",
"code style"
],
"homepage": "https://github.com/tclindner/stylelint-config-tc",
"bugs": {
"url": "https://github.com/tclindner/stylelint-config-tc/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "https://github.com/tclindner/stylelint-config-tc.git"
},
"files": [
"index.js",
"rules",
"CONTRIBUTING.md"
],
"main": "index.js",
"scripts": {
"eslint": "eslint . --format=node_modules/eslint-formatter-pretty",
"lint": "npm run npmpackagejsonlint && npm run eslint",
"npmpackagejsonlint": "npmPkgJsonLint .",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-tc": "^26.0.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"is-plain-obj": "^3.0.0",
"jest": "^29.7.0",
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-tc": "^8.0.1",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-prettier": "^5.0.2"
},
"dependencies": {
"stylelint-config-standard": "^36.0.1"
},
"peerDependencies": {
"prettier": "^3.4.2",
"stylelint": "^15.0.0",
"stylelint-prettier": "^4.1.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"license": "MIT"
}