30983-vm/package.json
2025-10-19 18:41:35 +00:00

19 lines
458 B
JSON

{
"name": "workspace",
"version": "1.0.0",
"description": "This workspace houses the Django application scaffold used for Python-based templates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/cli": "^4.1.14",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14"
}
}