feat: Initial commit.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mhoush.com",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"css-watch": "npx @tailwindcss/cli -i ./content/static/input.css -o ./content/static/output.css --minify --watch",
|
||||
"css-build": "npx @tailwindcss/cli -i ./content/static/input.css -o ./content/static/output.css --minify"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"sass": "^1.85.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user