3 Star 15 Fork 7

kityandhero / taro-fast-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 12.76 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mono-taro-fast-framework",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "kityandhero <kityandhero@126.com>",
"main": "index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"build:core-all-compression": "npm run build:core-common-compression && npm run build:core-component-compression && npm run build:core-component-extra-compression && npm run build:core-component-prism-compression && npm run build:core-framework-compression",
"build:core-all-compression-skip": "npm run build:core-common-compression-skip && npm run build:core-component-compression-skip && npm run build:core-component-extra-compression-skip && npm run build:core-component-prism-compression-skip && npm run build:core-framework-compression-skip",
"build:core-common-compression": "cd packages/taro-fast-common && npm run build:rollup",
"build:core-common-compression-skip": "cd packages/taro-fast-common && npm run build:rollup:skipCompression",
"build:core-component-compression": "cd packages/taro-fast-component && npm run build:rollup",
"build:core-component-compression-skip": "cd packages/taro-fast-component && npm run build:rollup:skipCompression",
"build:core-component-extra-compression": "cd packages/taro-fast-component-extra && npm run build:rollup",
"build:core-component-extra-compression-skip": "cd packages/taro-fast-component-extra && npm run build:rollup:skipCompression",
"build:core-component-prism-compression": "cd packages/taro-fast-component-prism && npm run build:rollup",
"build:core-component-prism-compression-skip": "cd packages/taro-fast-component-prism && npm run build:rollup:skipCompression",
"build:core-framework-compression": "cd packages/taro-fast-framework && npm run build:rollup",
"build:core-framework-compression-skip": "cd packages/taro-fast-framework && npm run build:rollup:skipCompression",
"build:simple:h5": "cd packages/simple-taro-fast-framework && npm run build:h5",
"build:simple:weapp": "cd packages/simple-taro-fast-framework && npm run build:weapp",
"commitlint": "npx commitlint --edit",
"config:env": "node ./develop/assists/env.init.js",
"precz": "npm run z:test && npm run z:commit:refresh && git stage -A",
"cz": "cz",
"postcz": "git push",
"dev:core-common": "cd packages/taro-fast-common && npm run dev:rollup",
"dev:core-component": "cd packages/taro-fast-component && npm run dev:rollup",
"dev:core-component-extra": "cd packages/taro-fast-component-extra && npm run dev:rollup",
"dev:core-component-prism": "cd packages/taro-fast-component-prism && npm run dev:rollup",
"dev:core-framework": "cd packages/taro-fast-framework && npm run dev:rollup",
"postinstall": "npm run z:initial:environment",
"precommit": "npm run z:lint:staged:quiet",
"prepare": "pnpm changeset init && npm run z:husky:install && echo do other prepare work with here before run z:husky:install",
"prepublish-npm-all": "npm run change-nrm-npm",
"publish-npm-all": "nrm ls && npm run publish:npm-all",
"postpublish-npm-all": "npm run change-nrm-local && nrm ls",
"prepublish-npm-cli": "npm run change-nrm-npm",
"publish-npm-cli": "nrm ls && npm run publish:npm-cli",
"postpublish-npm-cli": "npm run change-nrm-local && nrm ls",
"prepublish-npm-common": "npm run change-nrm-npm",
"publish-npm-common": "nrm ls && npm run publish:npm-common",
"postpublish-npm-common": "npm run change-nrm-local && nrm ls",
"prepublish-npm-common-extra": "npm run change-nrm-npm",
"publish-npm-common-extra": "nrm ls && npm run publish:npm-common-extra",
"postpublish-npm-common-extra": "npm run change-nrm-local && nrm ls",
"prepublish-npm-common-prism": "npm run change-nrm-npm",
"publish-npm-common-prism": "nrm ls && npm run publish:npm-common-prism",
"postpublish-npm-common-prism": "npm run change-nrm-local && nrm ls",
"prepublish-npm-framework": "npm run change-nrm-npm",
"publish-npm-framework": "nrm ls && npm run publish:npm-framework",
"postpublish-npm-framework": "npm run change-nrm-local && nrm ls",
"publish:npm-all": "npm run change-nrm-npm && npm run publish:npm-common && npm run publish:npm-component && npm run publish:npm-component-extra && npm run publish:npm-component-prism && npm run publish:npm-framework && npm run publish:npm-cli && npm run change-nrm-local && nrm ls",
"publish:npm-cli": "cd packages/taro-fast-cli && npm publish",
"publish:npm-common": "cd packages/taro-fast-common && npm publish",
"publish:npm-component": "cd packages/taro-fast-component && npm publish",
"publish:npm-component-extra": "cd packages/taro-fast-component-extra && npm publish",
"publish:npm-component-prism": "cd packages/taro-fast-component-prism && npm publish",
"publish:npm-framework": "cd packages/taro-fast-framework && npm publish",
"sleep:change-nrm": "node ./develop/assists/sleep.js",
"start": "npm run start:simple:weapp",
"start:simple:h5": "cd packages/simple-taro-fast-framework && npm run dev:h5",
"start:simple:weapp": "cd packages/simple-taro-fast-framework && npm run dev:weapp",
"test:simple-taro-fast-framework": "cd packages/simple-taro-fast-framework && npm run z:test",
"test:taro-fast-common": "cd packages/taro-fast-common && npm run z:test",
"test:taro-fast-component": "cd packages/taro-fast-component && npm run z:test",
"test:taro-fast-component-extra": "cd packages/taro-fast-component-extra && npm run z:test",
"test:taro-fast-component-prism": "cd packages/taro-fast-component-prism && npm run z:test",
"test:taro-fast-framework": "cd packages/taro-fast-framework && npm run z:test",
"update:cz:flag": "node ./develop/assists/cz.flag.refresh.js",
"z:auto:adjust:file:all": "npm run z:auto:adjust:file:simple-taro-fast-framework && npm run z:auto:adjust:file:taro-fast-common && npm run z:auto:adjust:file:taro-fast-component && npm run z:auto:adjust:file:taro-fast-component-extra && npm run z:auto:adjust:file:taro-fast-component-prism && npm run z:auto:adjust:file:taro-fast-framework",
"z:auto:adjust:file:simple-taro-fast-framework": "cd packages/simple-taro-fast-framework && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-common": "cd packages/taro-fast-common && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-component": "cd packages/taro-fast-component && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-component-extra": "cd packages/taro-fast-component-extra && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-component-prism": "cd packages/taro-fast-component-prism && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-framework": "cd packages/taro-fast-framework && npm run z:auto:adjust:file",
"z:bootstrap": "npm run z:clean && npm run z:husky:install && git pull && npm run z:install",
"z:build:all": "npm run build:core-all-compression",
"z:change:npm:registry:local": "nrm use local",
"z:change:npm:registry:npm": "nrm use npm",
"z:check:all-package-version": "npx easy-soft-develop check-all-package-version",
"z:clean": "node ./develop/assists/clean.js",
"z:commit:refresh": "npx easy-soft-develop commit-refresh",
"z:create:assist-scripts": "npx easy-soft-develop create-assist-scripts",
"prez:cz": "npm run z:auto:adjust:file:all && npm run z:prettier:format:change && npm run z:commit:refresh && git stage -A",
"z:cz": "cz",
"postz:cz": "git push && npm run z:test",
"z:husky:install": "npx husky install",
"prez:initial:environment": "npm run z:create:assist-scripts",
"z:initial:environment": "node ./develop/assists/initial.environment.js",
"prez:install": "npm run z:change:npm:registry:local",
"z:install": "pnpm install",
"prez:install.global.develop.dependence": "npm run z:change:npm:registry:local",
"z:install.global.develop.dependence": "node ./develop/assists/install.global.develop.dependence",
"postz:install.global.develop.dependence": "npm run z:install",
"z:lint:staged": "npx lint-staged",
"z:lint:staged:quiet": "npx lint-staged --quiet",
"z:prettier:format:all": "npx prettier --write .",
"z:prettier:format:change": "npx prettier --cache --write . && npx easy-soft-develop prompt --message \"format changed files complete\" --type success --blankLine",
"z:prettier:package.json:all": "npx prettier --write ./**/package.json",
"z:prettier:package.json:current": "npx prettier --write ./package.json",
"prez:publish:build": "npm run z:install && pnpm changeset && pnpm changeset version && npm run z:cz && npm run z:build:all",
"z:publish:build": "npm run z:publish:repository",
"z:publish:npm-all": "npx easy-soft-develop publish --packages taro-fast-common,taro-fast-component,taro-fast-component-extra,taro-fast-component-prism,taro-fast-framework",
"prez:publish:repository": "npm run z:change:npm:registry:local",
"z:publish:repository": "npm run z:repository:publish",
"postz:publish:repository": "npm run z:publish:npm-all",
"z:reinstall": "npm run z:bootstrap",
"z:repository:publish": "pnpm -r publish",
"z:show:info": "echo node version && node --version && echo npm version && npm --version",
"z:sleep": "npx easy-soft-develop sleep --second 2 --showInfo false",
"z:test": "npm run test:simple-taro-fast-framework && npm run test:taro-fast-common && npm run test:taro-fast-component && npm run test:taro-fast-component-extra && npm run test:taro-fast-component-prism && npm run test:taro-fast-framework",
"prez:update:all-package-version": "node ./develop/assists/install.global.develop.dependence",
"z:update:all-package-version": "npx easy-soft-develop update-all-package-version",
"postz:update:all-package-version": "npm run z:install",
"z:update:package-from-package": "node ./develop/assists/update-package-from-package.js",
"z:update:special-package-version": "node ./develop/assists/package.update.special.version.js",
"postz:update:special-package-version": "npm run z:install"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-external-helpers": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/config-pnpm-scopes": "^18.4.4",
"@commitlint/cz-commitlint": "^18.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"dayjs": "^1.11.10",
"documentation": "^14.0.2",
"easy-soft-develop": "^2.1.61",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-taro": "^3.6.23",
"eslint-formatter-pretty": "^6.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"prettier": "^3.2.4",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
"stylelint": "^16.2.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4"
}
}
1
https://gitee.com/lzt/taro-fast-framework.git
git@gitee.com:lzt/taro-fast-framework.git
lzt
taro-fast-framework
taro-fast-framework
main

搜索帮助