File tree Expand file tree Collapse file tree
packages/cra-template-typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " cra-template-typescript" ,
3- "version" : " 1.3.0" ,
4- "keywords" : [
5- " react" ,
6- " create-react-app" ,
7- " template" ,
8- " typescript"
9- ],
10- "description" : " The base TypeScript template for Create React App." ,
2+ "name" : " babel-preset-react-app" ,
3+ "version" : " 10.0.0" ,
4+ "description" : " Babel preset for Create React App" ,
5+ "main" : " index.js" ,
6+ "license" : " MIT" ,
117 "repository" : {
128 "type" : " git" ,
139 "url" : " https://github.com/facebook/create-react-app.git" ,
14- "directory" : " packages/cra-template-typescript"
15- },
16- "license" : " MIT" ,
17- "engines" : {
18- "node" : " >=14"
10+ "directory" : " packages/babel-preset-react-app"
1911 },
20- "bugs" : {
21- "url" : " https://github.com/facebook/create-react-app/issues"
12+ "dependencies" : {
13+ "@babel/core" : " ^7.22.0" ,
14+ "@babel/plugin-transform-react-jsx" : " ^7.22.0" ,
15+ "@babel/plugin-transform-react-jsx-development" : " ^7.22.0" ,
16+ "@babel/plugin-transform-react-jsx-self" : " ^7.22.0" ,
17+ "@babel/plugin-transform-react-jsx-source" : " ^7.22.0"
2218 },
23- "files" : [
24- " template" ,
25- " template.json"
26- ]
27- }
19+ "peerDependencies" : {
20+ "@babel/core" : " ^7.0.0"
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments