feat: initialize template shell and basic components
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user