This commit is contained in:
szabomarton
2025-01-28 11:38:27 +01:00
parent 9c5ca86086
commit 7f4a15b9c3
36841 changed files with 4032468 additions and 1 deletions

27
25_01_07/mai/node_modules/cra-template/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "cra-template",
"version": "1.2.0",
"keywords": [
"react",
"create-react-app",
"template"
],
"description": "The base template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/facebook/create-react-app.git",
"directory": "packages/cra-template"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"files": [
"template",
"template.json"
],
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
}