| 1 | {
|
|---|
| 2 | "name": "babel-preset-react-app",
|
|---|
| 3 | "version": "10.1.0",
|
|---|
| 4 | "description": "Babel preset used by Create React App",
|
|---|
| 5 | "repository": {
|
|---|
| 6 | "type": "git",
|
|---|
| 7 | "url": "https://github.com/facebook/create-react-app.git",
|
|---|
| 8 | "directory": "packages/babel-preset-react-app"
|
|---|
| 9 | },
|
|---|
| 10 | "license": "MIT",
|
|---|
| 11 | "bugs": {
|
|---|
| 12 | "url": "https://github.com/facebook/create-react-app/issues"
|
|---|
| 13 | },
|
|---|
| 14 | "files": [
|
|---|
| 15 | "create.js",
|
|---|
| 16 | "dependencies.js",
|
|---|
| 17 | "dev.js",
|
|---|
| 18 | "index.js",
|
|---|
| 19 | "webpack-overrides.js",
|
|---|
| 20 | "prod.js",
|
|---|
| 21 | "test.js"
|
|---|
| 22 | ],
|
|---|
| 23 | "dependencies": {
|
|---|
| 24 | "@babel/core": "^7.16.0",
|
|---|
| 25 | "@babel/plugin-proposal-class-properties": "^7.16.0",
|
|---|
| 26 | "@babel/plugin-proposal-decorators": "^7.16.4",
|
|---|
| 27 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
|---|
| 28 | "@babel/plugin-proposal-numeric-separator": "^7.16.0",
|
|---|
| 29 | "@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
|---|
| 30 | "@babel/plugin-proposal-private-methods": "^7.16.0",
|
|---|
| 31 | "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
|
|---|
| 32 | "@babel/plugin-transform-flow-strip-types": "^7.16.0",
|
|---|
| 33 | "@babel/plugin-transform-react-display-name": "^7.16.0",
|
|---|
| 34 | "@babel/plugin-transform-runtime": "^7.16.4",
|
|---|
| 35 | "@babel/preset-env": "^7.16.4",
|
|---|
| 36 | "@babel/preset-react": "^7.16.0",
|
|---|
| 37 | "@babel/preset-typescript": "^7.16.0",
|
|---|
| 38 | "@babel/runtime": "^7.16.3",
|
|---|
| 39 | "babel-plugin-macros": "^3.1.0",
|
|---|
| 40 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
|
|---|
| 41 | },
|
|---|
| 42 | "gitHead": "6254386531d263688ccfa542d0e628fbc0de0b28"
|
|---|
| 43 | }
|
|---|