-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
30 lines (30 loc) · 995 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": "Ga11ery",
"version": "0.1.0",
"description": "A simple site kit for sharing photos, illustrations, or your web comic",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "postcss ./src/_includes/styles.css > ./src/_includes/styles.min.css && cross-env NODE_ENV=serve eleventy --serve",
"build": "postcss ./src/_includes/styles.css > ./src/_includes/styles.min.css && cross-env NODE_ENV=build eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heydon/ga11ery.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Heydon/ga11ery/issues"
},
"homepage": "https://github.com/Heydon/ga11ery#readme",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"html-minifier": "^4.0.0",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0"
}
}