Files
admin_hura_8/package.json
2025-12-07 15:58:07 +07:00

27 lines
756 B
JSON

{
"name": "admin_hura_8",
"version": "1.0.0",
"description": "<h1>Hướng dẫn</h1>",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss -i ./assets/script/hura.global.css -o ./assets/script/hura-lib.css",
"watch:css": "tailwindcss -i ./assets/script/hura.global.css -o ./assets/script/hura-lib.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://repo.hurasoft.com/tieptk/admin_hura_8.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"autoprefixer": "^10.4.22",
"daisyui": "^5.5.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17"
}
}