This repository has been archived on 2025-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-mhoush.com/package.json
2025-02-19 17:01:08 -05:00

19 lines
545 B
JSON

{
"name": "mhoush.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-watch": "pnpm tailwindcss -i ./content/static/input.css -o ./content/static/output.css --minify --watch",
"css-build": "pnpm tailwindcss -i ./content/static/input.css -o ./content/static/output.css --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^3.4.17"
}
}