feat: initialize template shell and basic components

This commit is contained in:
2026-05-30 01:09:14 +05:00
commit f42a5f05b2
55 changed files with 13107 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "stick",
"version": "1.0.0",
"description": "A production-ready Rust web application template organized by vertical features (use-cases) rather than horizontal technical layers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/cli": "^4.3.0",
"tailwindcss": "^4.3.0"
}
}