aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-19 15:40:51 +0000
committerJJ <nicetry@noemail.com>2025-03-19 15:40:51 +0000
commit7324691a252761bf3f27365abae21bda0eda8843 (patch)
tree26f6fd57acca7db7b8cd774fc6dca38604f47b4f /package.json
first commitHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
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"
+ }
+}