generated from woodcox/primitive-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 913 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
{
"name": "city-jekyll",
"version": "1.0.0",
"description": "City-Jekyll is design toolkit for developing fast sass-y, responsive websites with browser-consistent styling and postcss superpowers.",
"author": "woodcox",
"license": "MIT",
"homepage": "https://github.com/woodcox/city-jekyll",
"repository": {
"type": "git",
"url": "git+https://github.com/woodcox/city-jekyll.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm install -D",
"prod": "npm ci"
},
"bugs": {
"url": "https://github.com/woodcox/city-jekyll/issues"
},
"main": "postcss.config.js",
"keywords": [],
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.16",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"purgecss-from-html": "^4.1.1",
"purgecss-from-js": "^1.0.0"
}
}