UNPKG

1.28 kBJSONView Raw
1{
2 "name": "kkt",
3 "version": "6.0.6",
4 "description": "Create React apps with no build configuration, Cli tool for creating react apps.",
5 "author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
6 "main": "lib/index.js",
7 "types": "lib/index.d.ts",
8 "scripts": {
9 "test": "tsbb test",
10 "coverage": "tsbb test --coverage"
11 },
12 "repository": "https://github.com/kktjs/kkt/tree/master/packages/core",
13 "bin": {
14 "kkt": "./lib/bin/kkt.js"
15 },
16 "keywords": [
17 "kkt",
18 "react",
19 "redux",
20 "rematch",
21 "uiw",
22 "redux-saga",
23 "elm",
24 "framework",
25 "frontend"
26 ],
27 "jest": {},
28 "license": "MIT",
29 "files": [
30 "lib",
31 "src"
32 ],
33 "peerDependencies": {
34 "react-scripts": ">=2.1.3"
35 },
36 "dependencies": {
37 "@testing-library/jest-dom": "5.11.6",
38 "@testing-library/react": "11.2.2",
39 "@tsbb/babel-preset-tsbb": "1.12.1",
40 "@types/fs-extra": "9.0.5",
41 "@types/minimist": "1.2.1",
42 "@types/semver": "7.3.4",
43 "@types/webpack-dev-server": "3.11.1",
44 "fs-extra": "9.0.1",
45 "minimist": "1.2.5",
46 "node-sass": "4.14.1",
47 "react-scripts": "4.0.1",
48 "semver": "7.3.4",
49 "ts-node": "9.1.1",
50 "typescript": "4.1.3"
51 },
52 "gitHead": "b80c83a8899e758f6d45140eca21bc266523aca2"
53}