This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "yagni.css",
"version": "0.6.0",
"description": "yagni.css - collection of atomic css declarations to be embedded to your project using postcss",
"main": "yagni.css",
"files": [
"yagni.css",
"src",
"UNLICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:ysegorov/yagni.css.git"
},
"keywords": [
"yagni",
"css",
"postcss",
"atomic",
"fun"
],
"author": "Yuri Egorov <[email protected]> (https://ysegorov.github.io/)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/ysegorov/yagni.css/issues"
},
"homepage": "https://github.com/ysegorov/yagni.css#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-color-function": "^4.1.0",
"postcss-color-hwb": "^3.0.0",
"postcss-css-variables": "^0.18.0",
"postcss-discard-comments": "^5.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-mixins": "^9.0.4",
"postcss-reporter": "^7.0.5"
},
"peerDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-color-function": "^4.1.0",
"postcss-color-hwb": "^3.0.0",
"postcss-css-variables": "^0.18.0",
"postcss-discard-comments": "^5.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-mixins": "^9.0.4",
"postcss-reporter": "^7.0.5"
}
}