add PostCSS and Babel to support all modern browsers
.eleventyignore
0 → 100644
483 KB
This diff is collapsed.
... | ... | @@ -4,24 +4,33 @@ |
"version": "1.0.0", | ||
"license": "EPL-2.0", | ||
"scripts": { | ||
"build": "rollup -c --environment BUILD:production && ELEVENTY_EXPERIMENTAL=true eleventy --config .eleventy.js", | ||
"start": "rollup -c -w & ELEVENTY_EXPERIMENTAL=true eleventy --serve --config .eleventy.js" | ||
"build": "rollup -c --environment BUILD:production && eleventy --config .eleventy.js", | ||
"start": "rollup -c -w & eleventy --serve --config .eleventy.js" | ||
}, | ||
"devDependencies": { | ||
"@11ty/eleventy": "~1.0", | ||
"@asciidoctor/core": "^2.2.6", | ||
"@babel/preset-env": "^7.16.11", | ||
"@codemirror/commands": "^0.19.8", | ||
"@codemirror/gutter": "^0.19.9", | ||
"@codemirror/history": "^0.19.2", | ||
"@codemirror/state": "^0.19.6", | ||
"@codemirror/text": "^0.19.6", | ||
"@codemirror/view": "^0.19.40", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"highlight.js": "^9.18.3", | ||
"highlightjs-line-numbers.js": "^2.8.0", | ||
"node-html-parser": "^5.2.0", | ||
"postcss": "^8.4.6", | ||
"postcss-import": "^14.0.2", | ||
"postcss-preset-env": "^7.3.1", | ||
"rollup": "^2.67.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
} | ||
}, | ||
"browserslist": [ | ||
"defaults", | ||
"not IE 11" | ||
] | ||
} |
pages/assets/css/main.css
0 → 100644
File moved
File moved
File moved
1.11 MB
File moved
File moved
File moved