1 Star 1 Fork 1

kktjs/kkt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.84 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kktjs/kkt.git
git@gitee.com:kktjs/kkt.git
kktjs
kkt
kkt
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385