mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 22:47:03 +00:00
35
package.json
35
package.json
@@ -43,36 +43,33 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/bx": "^1.1.10",
|
||||
"@iconify-json/gg": "^1.1.9",
|
||||
"@iconify-json/simple-icons": "^1.1.105",
|
||||
"@iconify-json/tabler": "^1.1.113",
|
||||
"@iconify/json": "^2.2.272",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/alpinejs": "^3.13.10",
|
||||
"@types/node": "18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint": "^8.57.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^9.1.5",
|
||||
"lint-staged": "^15.2.9",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.3.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.2",
|
||||
"husky": "^9.1.6",
|
||||
"lint-staged": "^15.2.10",
|
||||
"postcss": "^8.4.49",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||
"release-it": "^15.11.0",
|
||||
"sass": "^1.77.4",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"sass-embedded": "^1.81.0",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"tailwindcss-plugin-icons": "^2.2.2",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.13"
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@halo-dev/api-client": "^2.19.0",
|
||||
"alpinejs": "^3.14.0",
|
||||
"@halo-dev/api-client": "^2.20.0",
|
||||
"alpinejs": "^3.14.3",
|
||||
"pupa": "^3.1.0",
|
||||
"tocbot": "^4.28.2"
|
||||
"tocbot": "^4.32.2"
|
||||
}
|
||||
}
|
||||
|
1341
pnpm-lock.yaml
generated
1341
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const { Icons } = require("tailwindcss-plugin-icons");
|
||||
module.exports = {
|
||||
content: ["./templates/**/*.html", "./src/main.ts"],
|
||||
content: ["./templates/**/*.html", "./src/**/*.ts", "./settings.yaml"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
@@ -29,32 +29,4 @@ module.exports = {
|
||||
},
|
||||
})),
|
||||
],
|
||||
safelist: [
|
||||
"i-gg-sun",
|
||||
"i-gg-moon",
|
||||
"i-gg-dark-mode",
|
||||
"i-tabler-mail",
|
||||
"i-simple-icons-wechat",
|
||||
"i-simple-icons-tencentqq",
|
||||
"i-simple-icons-sinaweibo",
|
||||
"i-simple-icons-zhihu",
|
||||
"i-simple-icons-douban",
|
||||
"i-simple-icons-bilibili",
|
||||
"i-simple-icons-tiktok",
|
||||
"i-simple-icons-telegram",
|
||||
"i-simple-icons-facebook",
|
||||
"i-simple-icons-instagram",
|
||||
"i-simple-icons-linkedin",
|
||||
"i-simple-icons-twitter",
|
||||
"i-simple-icons-slack",
|
||||
"i-simple-icons-discord",
|
||||
"i-simple-icons-youtube",
|
||||
"i-simple-icons-steam",
|
||||
"i-simple-icons-github",
|
||||
"i-simple-icons-gitlab",
|
||||
"i-simple-icons-rss",
|
||||
"i-simple-icons-x",
|
||||
"i-simple-icons-qzone",
|
||||
"i-tabler-device-desktop"
|
||||
],
|
||||
};
|
||||
|
@@ -14,4 +14,11 @@ export default defineConfig({
|
||||
formats: ["iife"],
|
||||
},
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern-compiler",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user