-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "@commencis/stylelint-config",
"version": "1.3.0",
"description": "Commencis Stylelint config",
"author": "Commencis WEB Team",
"license": "Apache-2.0",
"type": "module",
"homepage": "https://github.com/Commencis/js-toolkit/tree/main/packages/stylelint-config#readme",
"bugs": {
"url": "https://github.com/Commencis/js-toolkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Commencis/js-toolkit.git",
"directory": "packages/stylelint-config"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/scss-modules.js",
"files": [
"dist",
"*.md",
"LICENSE"
],
"exports": {
".": "./dist/scss-modules.js",
"./css": "./dist/css.js",
"./scss": "./dist/scss.js",
"./css-modules": "./dist/css-modules.js",
"./scss-modules": "./dist/scss-modules.js",
"./styled": "./dist/styled.js",
"./vue": "./dist/vue.js",
"./vue-scss": "./dist/vue-scss.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@stylistic/stylelint-config": "2.0.0",
"postcss-styled-syntax": "0.7.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"stylelint": ">=16.11"
}
}