UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@babel/plugin-transform-react-jsx",
3 "version": "7.18.6",
4 "description": "Turn JSX into React function calls",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-react-jsx"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "keywords": [
17 "babel-plugin"
18 ],
19 "dependencies": {
20 "@babel/helper-annotate-as-pure": "^7.18.6",
21 "@babel/helper-module-imports": "^7.18.6",
22 "@babel/helper-plugin-utils": "^7.18.6",
23 "@babel/plugin-syntax-jsx": "^7.18.6",
24 "@babel/types": "^7.18.6"
25 },
26 "peerDependencies": {
27 "@babel/core": "^7.0.0-0"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.18.6",
31 "@babel/helper-plugin-test-runner": "^7.18.6",
32 "@babel/traverse": "^7.18.6"
33 },
34 "engines": {
35 "node": ">=6.9.0"
36 },
37 "author": "The Babel Team (https://babel.dev/team)",
38 "type": "commonjs"
39}
\No newline at end of file