op-packages/luci-theme-aurora/.dev/package.json
github-actions[bot] b53f7250af 🎄 Sync 2026-03-20 23:45:27
2026-03-20 23:45:27 +08:00

22 lines
671 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",
"vite": "^7.1.1"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}