95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"name": "sd-web-ui-kitchen-theme",
|
|
"version": "1.4.3",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "canisminor1990 <i@canisminor.cc>",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "umi build",
|
|
"dev": "umi build",
|
|
"lint": "eslint \"{src,javascript}/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
"prepare": "husky install",
|
|
"prettier": "prettier -c --write \"**/**\" && npm run lint && npm run stylelint",
|
|
"release": "semantic-release",
|
|
"sd-debug": "cd ../../ && ./webui.sh",
|
|
"setup": "umi setup",
|
|
"start": "umi build",
|
|
"stylelint": "stylelint \"src/**/*.less\" --fix",
|
|
"test": "npm run lint",
|
|
"type-check": "tsc -p tsconfig-check.json"
|
|
},
|
|
"lint-staged": {
|
|
"*.{less}": [
|
|
"stylelint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{json}": [
|
|
"prettier --write --no-error-on-unmatched-pattern"
|
|
],
|
|
"*.{jsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@commitlint/cli": "^17",
|
|
"@types/node": "^18",
|
|
"@types/react": "^18",
|
|
"@types/react-dnd": "^3.0.2",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-rnd": "^8.0.0",
|
|
"@types/react-tag-input": "^6.6.1",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@umijs/lint": "^4.0.66",
|
|
"antd": "^5.4.2",
|
|
"antd-style": "^3.0.0",
|
|
"commitlint": "^17",
|
|
"commitlint-config-gitmoji": "^2",
|
|
"concurrently": "^8.0.1",
|
|
"eslint": "^8",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.1",
|
|
"object-to-css-variables": "^0.2.1",
|
|
"polished": "^4.2.2",
|
|
"postcss-less": "^6.0.0",
|
|
"prettier": "^2",
|
|
"prettier-plugin-organize-imports": "^3",
|
|
"prettier-plugin-packagejson": "^2",
|
|
"query-string": "^8.1.0",
|
|
"re-resizable": "^6.9.9",
|
|
"react": "^18",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18",
|
|
"react-layout-kit": "^1.6.1",
|
|
"react-rnd": "^10.4.1",
|
|
"react-tag-input": "^6.8.1",
|
|
"semantic-release": "^21",
|
|
"semantic-release-config-gitmoji": "^1",
|
|
"styled-components": "^5.3.9",
|
|
"stylelint": "^15.4.0",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"stylelint-config-recommended": "^12.0.0",
|
|
"stylelint-less": "^1.0.6",
|
|
"stylelint-order": "^6.0.3",
|
|
"typescript": "^5.0.0",
|
|
"umi": "^4.0.64",
|
|
"use-merge-value": "^1.2.0",
|
|
"webpack-shell-plugin-next": "^2.3.1",
|
|
"zustand": "^4.3.7"
|
|
}
|
|
}
|