init landing page template

This commit is contained in:
Pavel Sviderski
2025-01-10 12:39:21 +10:00
parent 2a898b3eee
commit 18ec186e81
9 changed files with 6349 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "gray-html",
"description": "Gray HTML template - Cruip.com",
"version": "1.0.0",
"homepage": "https://cruip.com",
"author": "Pasquale Vitiello",
"license": "https://cruip.com/terms/",
"scripts": {
"dev": "npx tailwindcss -i ./css/style.css -o ./style.css --watch",
"build": "npx tailwindcss -i ./css/style.css -o ./style.css"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"tailwindcss": "^3.3.6"
}
}