代码拉取完成,页面将自动刷新
{
"name": "rs-ui",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": "true",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"cz": "git-cz",
"lint": "eslint . --ext .ts",
"dev:vue": "pnpm -F rs-vue dev",
"dev:react": "pnpm -F rs-react dev",
"new:react": "pnpm -F rs-react new",
"build:react": "pnpm -F rs-react build",
"release:react": "pnpm -F rs-react release"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.6",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@testing-library/jest-dom": "^6.1.5",
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "^0.0.37",
"@types/gulp-babel": "^6.1.33",
"@types/gulp-clean-css": "^4.3.4",
"@types/gulp-sass": "^5.0.4",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/semver": "^7.5.6",
"@types/through2": "^2.0.41",
"@umijs/fabric": "^4.0.1",
"babel-plugin-import": "^1.13.8",
"chalk": "4.x",
"child_process": "^1.0.2",
"commitizen": "^4.3.0",
"conventional-changelog": "^5.1.0",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"fast-glob": "^3.3.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"inquirer": "8.x",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"ora": "^8.0.1",
"plop": "^4.0.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rs-shared": "workspace:^",
"rs-theme-chalk": "workspace:^",
"rs-tools": "workspace:^",
"sass": "^1.69.5",
"semver": "^7.5.4",
"shelljs": "^0.8.5",
"through2": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-morph": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack-stream": "^7.0.0"
},
"lint-staged": {
"components/**/*.ts?(x)": [
"prettier --write",
"eslint --fix"
],
"components/**/*.less": [
"stylelint --syntax scss --fix"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。