-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 855 Bytes
/
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
{
"name": "personal-userstyles",
"version": "1.0.0",
"repository": "ssh://github.com/holyspiritomb/userstyles",
"author": "Hezekiah Michael <spiritomb@protonmail.com>",
"license": "MIT",
"private": true,
"type": "module",
"devDependencies": {
"@csstools/stylelint-at-risk": "^2.0.1",
"@stylelint-types/stylelint-order": "^6.0.4",
"@stylelint-types/stylelint-stylus": "^1.0.0",
"stylelint": "^16.13.2",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-less": "^3.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-define-config": "^1.8.1",
"stylelint-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"stylelint-stylus": "^1.0.0",
"stylelint-use-nesting": "^6.0.0",
"usercss-meta": "^0.12.0",
"vscode-langservers-extracted": "^4.10.0"
}
}