{ "name": "remark42-site", "version": "0.0.0", "repository": "https://github.com/umputun/remark42/site", "homepage": "https://remark42.com", "author": "Pavel Mineev ", "license": "MIT", "private": true, "engines": { "node": ">=14.15", "yarn": ">=1.22" }, "scripts": { "dev": "npm-run-all -l clean -p dev:css dev:11ty", "dev:css": "tailwindcss -i ./src/styles.css -o .tmp/style.css -w", "dev:11ty": "eleventy --serve --watch --quiet", "build": "cross-env NODE_ENV=production run-s clean build:* --print-label", "build:css": "tailwindcss -i ./src/styles.css -o .tmp/style.css", "build:11ty": "eleventy", "clean": "rm -rf .tmp/* build/*" }, "devDependencies": { "@11ty/eleventy": "^1.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3", "@tailwindcss/typography": "^0.5.0", "autoprefixer": "^10.4.2", "cross-env": "^7.0.3", "date-fns": "^2.28.0", "eslint": "^8.7.0", "html-minifier": "^4.0.0", "markdown-it": "^12.3.2", "markdown-it-anchor": "^8.4.1", "markdown-it-container": "^3.0.0", "node-fetch": "^3.1.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.5", "postcss-cli": "^9.1.0", "prettier": "^2.5.1", "tailwindcss": "^3.0.15" } }