代码拉取完成,页面将自动刷新
{
"name": "mono-taro-fast-framework",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "kityandhero <kityandhero@126.com>",
"main": "index.js",
"workspaces": [
"packages/*",
"examples/*"
],
"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-design-playground-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-design-playground-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-design-playground-compression": "cd packages/taro-fast-design-playground && npm run build:rollup",
"build:core-design-playground-compression-skip": "cd packages/taro-fast-design-playground && 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 examples/simple-taro-fast-framework && npm run build:h5",
"build:simple:weapp": "cd examples/simple-taro-fast-framework && npm run build:weapp",
"build:template:weapp": "cd examples/simple-template && npm run o:build",
"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:rollup": "cd packages/taro-fast-common && npm run dev:rollup",
"dev:core-component-extra:rollup": "cd packages/taro-fast-component-extra && npm run dev:rollup",
"dev:core-component-prism:rollup": "cd packages/taro-fast-component-prism && npm run dev:rollup",
"dev:core-component:rollup": "cd packages/taro-fast-component && npm run dev:rollup",
"dev:core-design-playground:rollup": "cd packages/taro-fast-design-playground && npm run dev:rollup",
"dev:core-framework:rollup": "cd packages/taro-fast-framework && npm run dev:rollup",
"postinstall": "npm run z:initial:environment",
"precommit": "npm run z:lint:staged:quiet",
"prepare": "echo do other prepare work with here before install package",
"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 examples/simple-taro-fast-framework && npm run dev:h5",
"start:simple:weapp": "cd examples/simple-taro-fast-framework && npm run dev:weapp",
"start:template": "npm run start:template:weapp",
"start:template:weapp": "cd examples/simple-template && npm run o:start",
"test:simple-taro-fast-framework": "cd examples/simple-taro-fast-framework && npm run z:test",
"test:simple-template": "cd examples/simple-template && 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-config": "cd packages/taro-fast-config && npm run z:test",
"test:taro-fast-design-playground": "cd packages/taro-fast-design-playground && 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: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-config && npm run z:auto:adjust:file:taro-fast-design-playground && npm run z:auto:adjust:file:taro-fast-framework && npm run z:auto:adjust:file:simple-taro-fast-framework && npm run z:auto:adjust:file:simple-template",
"z:auto:adjust:file:simple-taro-fast-framework": "cd examples/simple-taro-fast-framework && npm run z:auto:adjust:file",
"z:auto:adjust:file:simple-template": "cd examples/simple-template && 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-config": "cd packages/taro-fast-config && npm run z:auto:adjust:file",
"z:auto:adjust:file:taro-fast-design-playground": "cd packages/taro-fast-design-playground && 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 && 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:check:every-package-version": "npx easy-soft-develop check-every-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": "npx husky",
"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",
"postz:install": "pnpm changeset init && npm run z:husky && npm run z:post:extra:install && npm run z:initial:environment",
"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:post:extra:install": "echo do other postinstall work with here",
"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 --otp true && npx easy-soft-develop publish --packages taro-fast-component --otp true && npx easy-soft-develop publish --packages taro-fast-component-extra --otp true && npx easy-soft-develop publish --packages taro-fast-component-prism --otp true && npx easy-soft-develop publish --packages taro-fast-config --otp true && npx easy-soft-develop publish --packages taro-fast-design-playground --otp true && npx easy-soft-develop publish --packages taro-fast-framework --otp true && npx easy-soft-develop publish --packages simple-taro-fast-framework --otp true && npx easy-soft-develop publish --packages simple-template --otp true",
"z:publish:npm-simple-taro-fast-framework": "npx easy-soft-develop publish --packages simple-taro-fast-framework --otp true",
"z:publish:npm-simple-template": "npx easy-soft-develop publish --packages simple-template --otp true",
"z:publish:npm-taro-fast-common": "npx easy-soft-develop publish --packages taro-fast-common --otp true",
"z:publish:npm-taro-fast-component": "npx easy-soft-develop publish --packages taro-fast-component --otp true",
"z:publish:npm-taro-fast-component-extra": "npx easy-soft-develop publish --packages taro-fast-component-extra --otp true",
"z:publish:npm-taro-fast-component-prism": "npx easy-soft-develop publish --packages taro-fast-component-prism --otp true",
"z:publish:npm-taro-fast-config": "npx easy-soft-develop publish --packages taro-fast-config --otp true",
"z:publish:npm-taro-fast-design-playground": "npx easy-soft-develop publish --packages taro-fast-design-playground --otp true",
"z:publish:npm-taro-fast-framework": "npx easy-soft-develop publish --packages taro-fast-framework --otp true",
"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: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-config && npm run test:taro-fast-design-playground && npm run test:taro-fast-framework && npm run test:simple-taro-fast-framework && npm run test:simple-template",
"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 --autoInstall false",
"postz:update:all-package-version": "npm run z:reinstall",
"prez:update:every-package-version": "node ./develop/assists/install.global.develop.dependence",
"z:update:every-package-version": "npx easy-soft-develop update-every-package-version",
"postz:update:every-package-version": "npm run z:reinstall",
"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:reinstall"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-external-helpers": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-pnpm-scopes": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.7.9",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"cz-git": "^1.10.1",
"dayjs": "^1.11.13",
"docdash": "^2.0.2",
"documentation": "^14.0.3",
"easy-soft-develop": "^2.1.248",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-taro": "^4.0.6",
"eslint-formatter-pretty": "^6.0.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^52.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jsdoc": "^4.0.4",
"lint-staged": "^15.2.10",
"npm-check-updates": "^17.1.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4",
"prettier-plugin-packagejson": "^2",
"react-refresh": "^0.14.2",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"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.10.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。