-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.99 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "betterize",
"version": "2.0.9",
"description": "Opinionated normalization for better cross-browser design.",
"main": "betterize.css",
"style": "betterize.css",
"files": [
"_betterize-slim.sass",
"_betterize-slim.scss",
"_betterize.sass",
"_betterize.scss",
"_print.sass",
"_print.scss",
"betterize-slim.css",
"betterize-slim.less",
"betterize.css",
"betterize.less",
"betterize-slim.min.css",
"betterize.min.css",
"print.css",
"print.less",
"print.min.css",
"LICENSE",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"min": "cleancss -o betterize.min.css betterize.css && cleancss -o print.min.css print.css && cleancss -o betterize-slim.min.css betterize-slim.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenmirving/betterize.git"
},
"keywords": [
"betterize",
"normalize",
"normalization",
"sanitize",
"reset",
"reboot",
"cross-browser",
"front-end",
"user-agent",
"browser",
"vendors",
"webkit",
"accessibility",
"style",
"css",
"scss",
"sass",
"less",
"defaults"
],
"author": "Stephen M Irving <@metric_dev [email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenmirving/betterize/issues"
},
"homepage": "https://github.com/stephenmirving/betterize#readme",
"devDependencies": {
"clean-css": "^5.3.3",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"postcss-sorting": "^8.0.2",
"prettier": "^3.2.5",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-group-selectors": "^1.0.10",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.2.1"
}
}