{ "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" } }