feat: Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "docs.housh.dev",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.5.3",
|
||||
"sass": "^1.85.0",
|
||||
"tailwind": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user