UNPKG

667 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-react-constant-elements",
3 "version": "7.0.0",
4 "description": "Treat React JSX elements as value types and hoist them to the highest scope",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "keywords": [
9 "babel-plugin"
10 ],
11 "dependencies": {
12 "@babel/helper-annotate-as-pure": "^7.0.0",
13 "@babel/helper-plugin-utils": "^7.0.0"
14 },
15 "peerDependencies": {
16 "@babel/core": "^7.0.0-0"
17 },
18 "devDependencies": {
19 "@babel/core": "^7.0.0",
20 "@babel/helper-plugin-test-runner": "^7.0.0"
21 }
22}