UNPKG

kkt

Version:

Create React apps with no build configuration, Cli tool for creating react apps.

72 lines (71 loc) 2.06 kB
{ "name": "kkt", "version": "7.3.0", "description": "Create React apps with no build configuration, Cli tool for creating react apps.", "author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "npm run watch", "build": "tsbb build --file-names src/bin/kkt.ts --file-names src/scripts/build.ts --file-names src/scripts/start.ts --file-names src/scripts/testk.ts --no-esm", "watch": "tsbb watch --file-names src/bin/kkt.ts --file-names src/scripts/build.ts --file-names src/scripts/start.ts --file-names src/scripts/testk.ts --no-esm", "test": "tsbb test", "coverage": "tsbb test --coverage" }, "repository": "https://github.com/kktjs/kkt", "bin": { "kkt": "./lib/bin/kkt.js" }, "keywords": [ "kkt", "react", "redux", "rematch", "uiw", "redux-saga", "elm", "framework", "cra", "zero-configuration", "build-tools", "create-react-app", "frontend" ], "jest": {}, "license": "MIT", "files": [ "lib", "src" ], "peerDependencies": { "react-scripts": ">=2.1.3" }, "dependencies": { "@babel/register": "~7.17.7", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^14.0.0", "@types/fs-extra": "~9.0.13", "@types/minimist": "~1.2.2", "@types/react-dev-utils": "~9.0.10", "@types/semver": "~7.3.9", "@types/testing-library__jest-dom": "^5.14.3", "ajv": "^8.8.0", "eslint-config-react-app": "^7.0.0", "fs-extra": "~10.1.0", "minimist": "~1.2.6", "mocker-api": "~2.9.5", "postcss": "^8.4.4", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^6.2.1", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^7.0.1", "react-scripts": "~5.0.0", "resolve-package-path": "~4.0.3", "sass": "^1.45.1", "semver": "~7.3.5", "ts-node": "~10.8.0", "typescript": "~4.7.0", "webpack": "^5.65.0" } }