137 lines
3.6 KiB
JSON
137 lines
3.6 KiB
JSON
{
|
|
"name": "sd-webui-lobe-theme",
|
|
"version": "3.0.6",
|
|
"private": true,
|
|
"description": "The modern theme for stable diffusion webui, legacy verison a.k.a kitchen theme",
|
|
"keywords": [
|
|
"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": "canisminor1990 <i@canisminor.cc>",
|
|
"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 --allow-empty-input",
|
|
"eslint --fix"
|
|
],
|
|
"*.{ts,tsx}": [
|
|
"prettier --parser=typescript --write",
|
|
"stylelint --fix",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-import-assertions": "^7",
|
|
"@commitlint/cli": "^17",
|
|
"@lobehub/i18n-cli": "latest",
|
|
"@lobehub/lint": "latest",
|
|
"@lobehub/ui": "latest",
|
|
"@types/lodash-es": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-helmet": "^6",
|
|
"@types/react-tag-input": "^6",
|
|
"@types/semver": "^7.5.1",
|
|
"@types/styled-components": "^5",
|
|
"@vitejs/plugin-react": "^4",
|
|
"@vitest/coverage-v8": "latest",
|
|
"ahooks": "^3",
|
|
"antd": "^5",
|
|
"antd-style": "latest",
|
|
"babel-plugin-antd-style": "^1",
|
|
"babel-plugin-styled-components": "^2",
|
|
"commitlint": "^17",
|
|
"concurrently": "^8",
|
|
"eslint": "^8",
|
|
"fast-deep-equal": "^3",
|
|
"husky": "^8",
|
|
"i18next": "^23",
|
|
"i18next-http-backend": "^2.2.2",
|
|
"jsdom": "^22",
|
|
"lint-staged": "^14",
|
|
"lodash-es": "^4",
|
|
"lucide-react": "latest",
|
|
"lucide-static": "latest",
|
|
"polished": "^4",
|
|
"prettier": "^3",
|
|
"query-string": "^8",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-helmet": "^6",
|
|
"react-i18next": "^13",
|
|
"react-layout-kit": "^1",
|
|
"react-rnd": "^10",
|
|
"react-tag-input": "^6",
|
|
"remark": "^14",
|
|
"remark-cli": "^11",
|
|
"semantic-release": "^21",
|
|
"semver": "^7.5.4",
|
|
"shiki-es": "^0.14",
|
|
"styled-components": "^6",
|
|
"stylelint": "^15.10",
|
|
"swr": "^2",
|
|
"terser": "^5",
|
|
"typescript": "^5",
|
|
"vite": "^4",
|
|
"vitest": "latest",
|
|
"zustand": "^4.4.1",
|
|
"zustand-utils": "^1.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"antd": ">=5",
|
|
"antd-style": ">=3",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|