mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
23 lines
701 B
JSON
23 lines
701 B
JSON
{
|
|
"name": "luci-theme-aurora",
|
|
"description": "Modern OpenWrt LuCI theme built with Vite and TailwindCSS",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run clean && vite build",
|
|
"clean": "node scripts/clean.js"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/node": "^24.0.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.7.0",
|
|
"tailwind-scrollbar": "^4.0.2",
|
|
"tailwindcss": "^4.1.11",
|
|
"terser": "^5.43.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vite": "^7.1.1"
|
|
},
|
|
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
|
|
}
|