mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 01:05:33 +00:00
Initial commit
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "eleventy-sane",
|
||||
"version": "1.0.0",
|
||||
"description": "Sane default template for 11ty. Breaks with 11ty's \"no-setup\" approach for a clearer folder structure.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "(npx postcss src/static/css/site.css -o src/static/css/output.css; npx @11ty/eleventy)",
|
||||
"watch": "npx @11ty/eleventy --serve",
|
||||
"css_watch": "npx postcss src/static/css/site.css -o src/static/css/output.css -w --verbose"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/schnulller/eleventy-sane.git"
|
||||
},
|
||||
"keywords": [
|
||||
"11ty",
|
||||
"eleventy",
|
||||
"template",
|
||||
"defaults"
|
||||
],
|
||||
"author": "Simon Martens",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/schnulller/eleventy-sane/issues"
|
||||
},
|
||||
"homepage": "https://github.com/schnulller/eleventy-sane#readme",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0-canary.23",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"cssnano": "^5.1.14",
|
||||
"postcss": "^8.4.20",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"tailwindcss": "^3.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user