-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1021 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "abrusco-cli",
"description": "CLI for Abrusco CSS.",
"version": "2.3.0",
"author": "lemmon",
"license": "MIT",
"main": "index.js",
"bin": {
"abrusco": "cli.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "~5.0.0",
"chalk": "~4.1.0",
"chokidar": "~3.5.0",
"cssnano": "~6.1.0",
"file-exists": "~5.0.0",
"is-directory": "~0.3.0",
"meow": "~9.0.0",
"postcss": "~8.4.0",
"postcss-assets": "~6.0.0",
"postcss-discard-comments": "~6.0.0",
"postcss-discard-duplicates": "~6.0.0",
"postcss-import": "~16.0.0",
"postcss-preset-env": "~9.5.0",
"postcss-reporter": "~7.1.0"
},
"scripts": {
"version": "git add .",
"postversion": "git push && git push --tags"
},
"homepage": "https://abrusco.com/",
"repository": {
"type": "git",
"url": "https://github.com/lemmon/abrusco",
"directory": "packages/abrusco-cli"
},
"keywords": [
"css",
"oocss",
"postcss",
"design",
"responsive"
]
}