-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "kyt",
"version": "1.2.7",
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.",
"author": "NYTimes",
"license": "Apache-2.0",
"repository": "git+https://github.com/nytimes/kyt/packages/kyt-core",
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"files": [
"lib/"
],
"bin": {
"kyt": "lib/index.js"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"@babel/code-frame": "7.21.4",
"@babel/runtime": "7.21.0",
"babel-loader": "8.2.2",
"babel-preset-kyt-core": "2.0.1",
"commander": "8.2.0",
"core-js": "3.18.0",
"file-loader": "6.2.0",
"filesize": "8.0.3",
"find-babel-config": "1.2.0",
"gzip-size": "6.0.0",
"ink": "3.0.9",
"ink-table": "3.0.0",
"inquirer": "8.1.5",
"install": "0.13.0",
"jest-message-util": "29.7.0",
"kyt-runtime": "1.2.48",
"kyt-utils": "1.3.33",
"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"prop-types": "15.7.2",
"ps-tree": "1.2.0",
"react": "17.0.2",
"react-dev-utils": "11.0.4",
"react-error-overlay": "6.0.9",
"regenerator-runtime": "0.13.9",
"semver": "7.3.5",
"shelljs": "0.8.5",
"simple-git": "2.42.0",
"sockjs-client": "1.5.2",
"source-map-support": "0.5.20",
"strip-ansi": "6.0.0",
"url-loader": "4.1.1",
"webpack": "4.46.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "4.2.2",
"webpack-node-externals": "2.5.2",
"webpackbar": "4.0.0"
},
"devDependencies": {
"babel-preset-kyt-core": "1.2.2",
"babel-preset-kyt-react": "1.3.20"
},
"scripts": {
"watch": "yarn prepare --watch",
"prepare": "rimraf lib && babel src --ignore \"**/*.test.js,**/__mocks__\" -d lib"
},
"keywords": [
"kyt",
"core",
"kyt-core"
],
"gitHead": "89bd70842c14b3149826ab040716457c465bb272"
}