14 Star 35 Fork 10

3lang / react-vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
3lang3 提交于 2023-12-22 10:42 . chore: update pkg
{
"version": "0.0.1-rc.0",
"private": true,
"scripts": {
"build": "pnpm --dir ./packages/react-vant build",
"clean": "rm -rf node_modules && rm -rf packages/**/node_modules",
"dev": "pnpm --dir ./packages/react-vant dev",
"docs:build": "pnpm --dir ./packages/react-vant docs:build",
"docs:deploy": "pnpm --dir ./packages/react-vant site:deploy",
"lint-staged": "lint-staged",
"prepare": "husky install",
"react-vant:lint": "pnpm --dir ./packages/react-vant lint:tsx"
},
"lint-staged": {
"*.{ts,tsx,less}": "prettier --write",
"*.{ts,tsx}": "npm run react-vant:lint"
},
"devDependencies": {
"@commitlint/config-conventional": "17.0.3",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"all-contributors-cli": "6.24.0",
"commitlint": "17.0.3",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"sort-package-json": "1.56.1",
"typescript": "4.8.4"
}
}
TypeScript
1
https://gitee.com/lang3/react-vant.git
git@gitee.com:lang3/react-vant.git
lang3
react-vant
react-vant
main

搜索帮助