-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 942 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
{
"name": "dem",
"version": "0.0.3",
"description": "theme for html elements",
"style": "css/dem.css",
"repository": "lemmycaution/dem",
"scripts": {
"build": "$(npm bin)/postcss -c postcss.config.js && cp css/dem.css docs/dem.css",
"watch": "$(npm bin)/postcss -w -c postcss.config.js -o docs/dem.css",
"minify": "$(npm bin)/postcss -u cssnano css/dem.css -o css/dem.min.css"
},
"author": "me@onuruyar.com",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.1",
"cssnano": "^3.7.5",
"normalize.css": "^4.2.0",
"postcss": "^5.2.0",
"postcss-apply": "^0.4.0",
"postcss-calc": "^5.2.0",
"postcss-cli": "^2.5.0",
"postcss-nesting": "^2.3.1",
"postcss-custom-properties": "^5.0.0",
"postcss-discard-comments": "^1.1.1",
"postcss-import": "^7.1.3",
"postcss-loader": "^0.8.0",
"postcss-merge-rules": "^2.0.10",
"postcss-remove-root": "0.0.2"
}
}