1 Star 2 Fork 0

hejiang / search-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
Vadim Yakhin 提交于 2022-07-19 10:33 . Add Vue.js example (#805)
{
"name": "root",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"start": "yarn --cwd examples/sandbox start",
"start-vue": "yarn --cwd examples/vue dev",
"start-docs": "cd ../docs.elastic.co/ && yarn init-docs && yarn dev",
"test": "lerna run test --stream --no-private",
"test-ci": "lerna run test-ci --stream --no-private",
"watch": "lerna exec --no-private -- yarn run watch",
"build": "lerna run build --no-private",
"prettier-check": "prettier --check --ignore-unknown --ignore-path .gitignore .",
"prettier-format": "prettier --write --ignore-unknown --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --fix --ignore-path .gitignore .",
"validate": "yarn prettier-check && yarn lint && yarn test && yarn build",
"validate-fix": "yarn prettier-format && yarn lint-fix && yarn test && yarn build",
"changed": "lerna changed",
"prepare": "husky install"
},
"devDependencies": {
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"husky": ">=6",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"lint-staged": ">=10",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"engines": {
"node": "^16.14.1",
"yarn": "^1.2.0"
},
"resolutions": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"lint-staged": {
"*": [
"yarn prettier-format"
],
"*.{js,jsx,ts,tsx}": [
"yarn lint-fix"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hejiang/search-ui.git
git@gitee.com:hejiang/search-ui.git
hejiang
search-ui
search-ui
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891