53 行
1.6 KiB
JSON
53 行
1.6 KiB
JSON
{
|
|
"name": "theme-terminal",
|
|
"private": true,
|
|
"version": "1.1.2",
|
|
"description": "A terminal like theme for Halo.",
|
|
"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": "mkdir -p release && cp -r theme.yaml settings.yaml templates release && zip -r theme-terminal.zip release && rm -rf release"
|
|
},
|
|
"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": {
|
|
"@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"
|
|
}
|
|
} |