代码拉取完成,页面将自动刷新
{
"name": "kkt",
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kktjs/kkt.git"
},
"scripts": {
"b:example:basic": "lerna exec npm run build --scope @template/basic",
"b:example:bundle": "lerna exec npm run build --scope @template/bundle",
"b:example:bundle.pro": "lerna run bundle --scope @template/bundle",
"b:example:bundle.min": "lerna run \"bundle:min\" --scope @template/bundle",
"b:example:bundle-react-component-tsx": "lerna run build --scope @template/bundle-react-component-tsx",
"b:example:less": "lerna exec npm run build --scope @template/less",
"b:example:markdown": "lerna exec npm run build --scope @template/markdown",
"b:example:react-component-tsx": "lerna exec npm run build --scope @template/react-component-tsx",
"b:example:rematch": "lerna exec npm run build --scope @template/rematch",
"b:example:rematch-hash-router": "lerna exec npm run build --scope @template/rematch-hash-router",
"b:example:rematch-tsx": "lerna exec npm run build --scope @template/rematch-tsx",
"b:example:rematch-uiw": "lerna exec npm run build --scope @template/rematch-uiw",
"b:example:scss": "lerna exec npm run build --scope @template/scss",
"b:example:stylus": "lerna exec npm run build --scope @template/stylus",
"b:example:typescript": "lerna exec npm run build --scope @template/typescript",
"b:example:uiw": "lerna exec npm run build --scope @template/uiw",
"lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
"lib:watch": "npm run lib:watch:ts & npm run lib:watch:types",
"lib:watch:types": "lerna exec \"tsbb types --watch\" --scope @kkt/*",
"lib:watch:ts": "lerna exec tsbb watch --scope @kkt/*",
"lib:build:types": "lerna exec tsbb types --scope @kkt/*",
"lib:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope @kkt/*",
"lib:build": "npm run lib:build:ts && npm run lib:build:types",
"lib:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<",
"kkt:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
"kkt:watch": "npm run kkt:watch:ts & npm run kkt:watch:types",
"kkt:watch:types": "lerna exec \"tsbb types --watch\" --scope kkt",
"kkt:watch:ts": "lerna exec tsbb watch --scope kkt",
"kkt:build:types": "lerna exec tsbb types --scope kkt",
"kkt:build:ts": "lerna exec \"tsbb build --source-maps none\" --scope kkt",
"kkt:build": "npm run kkt:build:ts && npm run kkt:build:types",
"kkt:test": "lerna exec tsbb test --scope kkt",
"kkt:coverage": "lerna exec \"tsbb test --coverage\" --scope kkt",
"kkt:<<<-----": "<<<<<<<<<<<<<<<<<<<<<<<<<<<",
"build": "npm run kkt:build && npm run lib:build",
"hoist": "lerna bootstrap --hoist",
"bootstrap": "lerna bootstrap --no-ci",
"bootstrap:kkt": "lerna bootstrap --scope kkt",
"bootstrap:basic": "lerna bootstrap --scope @template/basic",
"bootstrap:markdown": "lerna bootstrap --scope @template/markdown",
"bootstrap:example": "lerna bootstrap --scope @template/*",
"version": "lerna version --no-changelog --no-git-tag-version --no-push --yes",
"publish": "npm run build && lerna publish from-package",
"ci:publish": "lerna publish from-package --yes",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"updated": "lerna updated",
"clean": "lerna clean",
"tsbb": "tsbb",
"lerna": "lerna"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"devDependencies": {
"husky": "4.3.8",
"lerna": "4.0.0",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"react-scripts": "4.0.3",
"tsbb": "2.1.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。