This commit is contained in:
2025-12-08 09:47:31 +07:00
parent 1dbf988073
commit 603d024af3
5 changed files with 36 additions and 210 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "admin_hura_8",
"version": "1.0.0",
"description": "<h1>Hướng dẫn</h1>",
"main": "index.js",
"scripts": {
"build:js": "vite build",
"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",
"build": "npm run build:js && npm run build:css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -15,7 +16,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"type": "module",
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"autoprefixer": "^10.4.22",