mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-01-14 07:02:45 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@halo-dev/theme-earth",
|
|
"private": true,
|
|
"version": "1.0.0-alpha.3",
|
|
"description": "Default theme for Halo 2.0",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "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'",
|
|
"release": "release-it"
|
|
},
|
|
"keywords": [
|
|
"halo",
|
|
"halo-theme",
|
|
"halo-template"
|
|
],
|
|
"homepage": "https://github.com/halo-sigs/theme-earth#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/halo-sigs/theme-earth/issues"
|
|
},
|
|
"author": {
|
|
"name": "Halo OSS Organization",
|
|
"url": "https://github.com/halo-dev",
|
|
"email": "hi@halo.run"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Ryan Wang",
|
|
"url": "https://github.com/ruibaby",
|
|
"email": "i@ryanc.cc"
|
|
}
|
|
],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"url": "https://github.com/halo-sigs/theme-earth",
|
|
"type": "git"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/gg": "^1.1.2",
|
|
"@iconify-json/simple-icons": "^1.1.34",
|
|
"@iconify-json/tabler": "^1.1.46",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/alpinejs": "^3.7.1",
|
|
"@types/node": "18.11.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"postcss": "^8.4.18",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"release-it": "^15.5.0",
|
|
"tailwindcss": "^3.2.3",
|
|
"tailwindcss-plugin-icons": "^2.0.5",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.2.3"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.5",
|
|
"tocbot": "^4.18.2"
|
|
}
|
|
}
|