nestjs-mvc-tools
Version:
NestJS MVC Tools is a small set of tools designed to help you get started more easily with traditional web development approaches in NestJS.
18 lines • 349 B
JSON
{
"name": "app",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.13",
"@tailwindcss/vite": "^4.1.10",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"vite": "^6.3.5"
}
}