UNPKG

kkt

Version:

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

79 lines (78 loc) 2.04 kB
{ "name": "kkt", "version": "7.5.5", "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 src/*.ts --use-babel --no-esm", "watch": "tsbb watch src/*.ts --use-babel --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", "uiw", "redux-saga", "elm", "framework", "cra", "zero-configuration", "build-tools", "create-react-app", "frontend" ], "jest": {}, "license": "MIT", "files": [ "lib", "src" ], "engines": { "node": ">=16.0.0" }, "peerDependencies": { "react-scripts": ">=2.1.3" }, "overrides": { "typescript": "^5.1.3" }, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/runtime": "^7.18.3", "@kkt/resolve-fallback": "^7.4.18", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "@types/fs-extra": "~11.0.0", "@types/minimist": "~1.2.2", "@types/react-dev-utils": "~9.0.10", "@types/semver": "~7.5.0", "@types/testing-library__jest-dom": "^5.14.3", "ajv": "^8.8.0", "auto-config-loader": "^1.5.0", "eslint-config-react-app": "^7.0.0", "fs-extra": "~11.1.0", "minimist": "~1.2.6", "mocker-api": "~2.9.5", "postcss": "^8.4.4", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^7.0.0", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^9.0.0", "react-scripts": ">=2.1.3", "resolve-package-path": "~4.0.3", "sass": "^1.45.1", "semver": "~7.5.0", "typescript": "^5.1.3", "webpack": "^5.65.0" } }