forked from kkrishguptaa/reseter.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 6.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "reseter.css",
"version": "1.1.3",
"description": "Reset Browser Default Styles, Without the need to work with a blankslate. Improve Cross Browser Compatibility. Get All Benifits From Normalize.css As Well ",
"keywords": [
"css",
"css-reset",
"reset-css",
"normalize-css",
"reset",
"browser",
"style"
],
"homepage": "https://krishdevdb.github.io/reseter.css/",
"bugs": {
"url": "https://github.com/krishdevdb/reseter.css/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Krish",
"email": "[email protected]",
"url": "https://github.com/krishdevdb/"
},
"contributors": [],
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/krishdevdb"
},
{
"type": "opencollective",
"url": "https://opencollective.com/resetercss"
},
{
"type": "kofi",
"url": "https://ko-fi.com/krishdevdb"
},
{
"type": "liberapay",
"url": "https://ko-fi.com/krishdevdb"
}
],
"main": "css/reseter.min.css",
"bin": {},
"man": [],
"directories": {
"src": "src",
"dist": "dist"
},
"repository": "github:krishdevdb/reseter.css",
"scripts": {
"css:build": "yarn css:prefix && yarn css:minify && yarn css:compress",
"css:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"css:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"css:compress": "bundlewatch --config .bundlewatch.config.json",
"sass:build": "yarn sass:compile && yarn sass:prefix && yarn sass:minify && yarn sass:compress",
"sass:compile": "sass src/sass/reseter.sass css/reseter.css --no-source-map",
"sass:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"sass:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"sass:compress": "bundlewatch --config .bundlewatch.config.json",
"scss:build": "yarn scss:compile && yarn scss:prefix && yarn scss:minify && yarn scss:compress",
"scss:compile": "sass src/scss/reseter.scss css/reseter.css --no-source-map",
"scss:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"scss:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"scss:compress": "bundlewatch --config .bundlewatch.config.json",
"less:build": "yarn less:compile && yarn less:prefix && yarn less:minify && yarn less:compress",
"less:compile": "lessc src/less/reseter.less css/reseter.css",
"less:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"less:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"less:compress": "bundlewatch --config .bundlewatch.config.json",
"stylus:build": "yarn stylus:compile && yarn stylus:prefix && yarn stylus:minify && yarn sass:compress",
"stylus:compile": "stylus src/stylus/reseter.styl -o css/reseter.css",
"stylus:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"stylus:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"stylus:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:src:build": "npm run npm:src:compile, && npm run npm:src:prefix && npm run npm:src:minify && npm run npm:src:compress",
"npm:src:compile": "npm run npm:sass:compile, && npm run npm:scss:compile && npm run npm:less:compile && npm run npm:stylus:compile",
"npm:src:prefix": "npm run npm:sass:prefix, && npm run npm:scss:prefix && npm run npm:less:prefix && npm run npm:stylus:prefix",
"npm:src:minify": "npm run npm:sass:minify, && npm run npm:scss:minify && npm run npm:less:minify && npm run npm:stylus:minify",
"npm:src:compress": "npm run npm:sass:compress, && npm run npm:scss:compress && npm run npm:less:compress && npm run npm:stylus:compress",
"npm:dist:build": "npm run npm:css:prefix && npm run npm:css:minify && npm run npm:css:compress",
"npm:dist:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:dist:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:dist:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:css:build": "npm run npm:css:prefix && npm run npm:css:minify && npm run npm:css:compress",
"npm:css:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:css:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:css:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:sass:build": "npm run npm:sass:compile && npm run npm:sass:prefix && npm run npm:sass:minify && npm run npm:sass:compress",
"npm:sass:compile": "sass src/sass/reseter.sass css/reseter.css --no-source-map",
"npm:sass:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:sass:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:sass:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:scss:build": "npm run npm:scss:compile && npm run npm:scss:prefix && npm run npm:scss:minify && npm run npm:scss:compress",
"npm:scss:compile": "sass src/scss/reseter.sass css/reseter.css --no-source-map",
"npm:scss:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:scss:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:scss:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:less:build": "npm run npm:less:compile && npm run npm:less:prefix && npm run npm:less:minify && npm run npm:less:compress",
"npm:less:compile": "lessc src/less/reseter.less css/reseter.css",
"npm:less:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:less:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:less:compress": "bundlewatch --config .bundlewatch.config.json",
"npm:stylus:build": "npm run npm:stylus:compile && npm run npm:stylus:prefix && npm run npm:stylus:minify && npm run npm:sass:compress",
"npm:stylus:compile": "stylus src/stylus/reseter.styl -o css/reseter.css",
"npm:stylus:prefix": "postcss css/reseter.css -r --no-map -u autoprefixer",
"npm:stylus:minify": "cleancss css/reseter.css -o css/reseter.min.css",
"npm:stylus:compress": "bundlewatch --config .bundlewatch.config.json"
},
"config": {},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^10.2.5",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.2",
"less": "^4.1.1",
"postcss": "^8.2.9",
"postcss-cli": "^8.3.1",
"sass": "^1.32.8",
"styled-components": "^5.2.3",
"stylus": "^0.54.8"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}