op-packages/luci-theme-aurora/.dev/package.json
github-actions[bot] ccfd18b795 🍉 Sync 2026-05-16 08:37:13
2026-05-16 08:37:13 +08:00

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"
}