文件
halo-theme/package.json
T
rohow d9a636c54e
Theme CD / Package Theme (release) Successful in 29s
Theme CD / Release (release) Successful in 13s
chore(release): bump version to 1.2.2 in package.json and theme.yaml
2026-01-30 18:53:14 +08:00

54 行
1.6 KiB
JSON

{
"name": "theme-terminal",
"private": true,
"version": "1.2.2",
"description": "A terminal like theme for Halo.",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build && theme-package",
"build-only": "tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
},
"keywords": [
"halo",
"halo-theme"
],
"homepage": "https://dev/cm",
"author": {
"name": "devcm",
"url": "https://dev/cm"
},
"license": "MIT",
"repository": {
"url": "https://git.dev.cm/dev.cm/blog/src/branch/main/theme-terminal",
"type": "git"
},
"devDependencies": {
"@halo-dev/theme-package-cli": "^1.0.0",
"@iconify/json": "^2.1.132",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/alpinejs": "^3.7.1",
"@types/node": "^16.18.3",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.56.1",
"tailwindcss": "^3.2.1",
"tailwindcss-plugin-icons": "^2.1.1",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite-plugin-purge-icons": "^0.9.1"
},
"dependencies": {
"@iconify/iconify": "^3.0.0",
"alpinejs": "^3.10.5"
}
}