sd-webui-lobe-theme/package.json

139 lines
3.9 KiB
JSON

{
"name": "sd-webui-lobe-theme",
"version": "3.5.1",
"private": true,
"description": "LobeThem: The Modern Theme for Stable Diffusion WebUI, Exquisite interface design, Highly customizable UI, and Efficiency boosting features.",
"keywords": [
"lobehub",
"stable-diffusion-webui",
"sd-webui-kitchen-theme",
"kitchen-theme",
"extensions"
],
"homepage": "https://github.com/lobehub/sd-webui-lobe-theme",
"bugs": {
"url": "https://github.com/lobehub/sd-webui-lobe-theme/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/sd-webui-lobe-theme.git"
},
"license": "AGPL3",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "javascript/main.js",
"files": [
"javascript"
],
"scripts": {
"build": "vite build",
"ci": "npm run lint && npm run type-check",
"dev": "vite",
"dev:sd": "cd ../../ && ./webui.sh",
"i18n": "lobe-i18n",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --output",
"lint:style": "stylelint \"src/**/*.{css,less,js,jsx,ts,tsx}\" --fix",
"prepare": "husky install",
"prettier": "prettier -c --write \"**/**\"",
"release": "semantic-release",
"start": "npm run dev",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
"type-check": "tsc --noEmit"
},
"lint-staged": {
"*.md": [
"remark --quiet --output --",
"prettier --write --no-error-on-unmatched-pattern"
],
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{css,less}": [
"stylelint --fix --allow-empty-input",
"prettier --write"
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write",
"stylelint --fix",
"eslint --fix"
]
},
"dependencies": {
"@bluelovers/auto1111-pnginfo": "^2.0.2",
"@icons-pack/react-simple-icons": "^9.5.0",
"@lobehub/ui": "^1.138.24",
"@rollup/rollup-win32-x64-msvc": "^4.17.2",
"ahooks": "^3.7.11",
"antd": "5.17.0",
"antd-style": "^3.6.2",
"consola": "^3.2.3",
"dayjs": "^1.11.11",
"i18next": "^23.11.4",
"i18next-http-backend": "^2.5.1",
"lodash-es": "^4.17.21",
"lucide-react": "latest",
"lucide-static": "latest",
"modern-screenshot": "^4.4.39",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^13.5.0",
"react-layout-kit": "^1.9.0",
"react-rnd": "^10.4.10",
"react-tag-input": "^6.9.0",
"semver": "^7.6.2",
"shikiji": "^0.9.19",
"swr": "^2.2.5",
"url-join": "^5.0.0",
"zustand": "^4.5.2",
"zustand-utils": "^1.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@lobehub/lint": "^1.23.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-tag-input": "^6.6.6",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.6.0",
"commitlint": "^18.6.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"fast-deep-equal": "^3.1.3",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"query-string": "^8.2.0",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"semantic-release": "^21.1.2",
"stylelint": "^15.11.0",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "~1.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}