forked from nytimes/kyt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 873 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 873 Bytes
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
{
"name": "babel-preset-kyt-react",
"version": "1.0.0-alpha.0",
"description": "An opinionated babel preset for react apps, best used with kyt.",
"main": "lib/index.js",
"author": "NYTimes",
"license": "Apache-2.0",
"repository": "git+https://github.com/nytimes/kyt/packages/kyt-babel-preset-react",
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"dependencies": {
"@babel/plugin-transform-react-constant-elements": "7.6.0",
"@babel/plugin-transform-react-inline-elements": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-kyt-core": "1.0.0-alpha.0"
},
"keywords": [
"babel",
"babel-preset",
"kyt",
"react"
],
"files": [
"lib"
]
}