18 lines
460 B
JSON
18 lines
460 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|