diff options
initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..f97db49 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "sudomsg", + "version": "1.0.0", + "description": "Website", + "scripts": { + "build": "eleventy", + "serve": "http-server dist/ -g", + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "@11ty/eleventy": "^0.12.1", + "@11ty/eleventy-plugin-rss": "^1.1.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2", + "autoprefixer": "^10.3.4", + "cssnano": "^5.0.8", + "html-minifier": "^4.0.0", + "http-server": "^13.0.2", + "markdown-it-attrs": "^4.0.0", + "postcss": "^8.3.6", + "postcss-import": "^14.0.2", + "standard": "^16.0.3" + }, + "browserslist": [ + "defaults", + "not IE 11", + "maintained node versions" + ] +} |