Files
admin_hura_8/package.json

28 lines
794 B
JSON
Raw Normal View History

2025-12-07 15:58:07 +07:00
{
"name": "admin_hura_8",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2025-12-08 09:47:31 +07:00
"build:js": "vite build",
2025-12-07 15:58:07 +07:00
"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",
2025-12-08 09:47:31 +07:00
"build": "npm run build:js && npm run build:css",
2025-12-07 15:58:07 +07:00
"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",
2025-12-08 09:47:31 +07:00
"type": "module",
2025-12-07 15:58:07 +07:00
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"autoprefixer": "^10.4.22",
"daisyui": "^5.5.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17"
}
}