-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 861 Bytes
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
{
"name": "css-community-reset",
"version": "1.0.0",
"description": "A CSS reset inspired by the community",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier:lint": "prettier .",
"prettier:format": "prettier --write .",
"lint:css": "stylelint **/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schalkneethling/css-community-reset.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/schalkneethling/css-community-reset/issues"
},
"homepage": "https://github.com/schalkneethling/css-community-reset#readme",
"devDependencies": {
"prettier": "^3.9.4",
"stylelint": "^17.14.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^8.1.1",
"stylelint-plugin-use-baseline": "^1.4.4"
}
}