diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..5cad4e7 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "lmk", + "version": "1.0.0", + "main": "index.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "npx @11ty/eleventy --serve", + "build": "npx @11ty/eleventy", + "tailwind": "npx tailwindcss -i ./src/input.css -o ./dist/style.css --watch" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "@11ty/eleventy": "^3.0.0", + "@11ty/eleventy-img": "^6.0.1", + "@tailwindcss/cli": "^4.0.8", + "eleventy-plugin-seo": "^0.5.2", + "html-minifier-terser": "^7.2.0" + }, + "devDependencies": { + "autoprefixer": "^10.4.20", + "postcss": "^8.5.3", + "tailwindcss": "^4.0.8" + } +} |