-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
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
{
"name": "babel-preset-kyt-react",
"version": "1.3.20",
"description": "An opinionated babel preset for react apps, best used with kyt.",
"main": "lib/index.js",
"author": "NYTimes",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nytimes/kyt.git",
"directory": "packages/babel-preset-kyt-react"
},
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"dependencies": {
"@babel/plugin-transform-react-constant-elements": "7.21.3",
"@babel/plugin-transform-react-inline-elements": "7.21.0",
"@babel/preset-react": "7.18.6",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-kyt-core": "2.0.1"
},
"keywords": [
"babel",
"babel-preset",
"kyt",
"react"
],
"files": [
"lib"
],
"scripts": {
"prepare": "rimraf lib && babel src -d lib --ignore \"**/__tests__/**\""
},
"gitHead": "a120343756f132868e6af0cfee3579bfc3dafaa8"
}