This commit is contained in:
User
2025-01-03 21:26:43 +03:00
parent 55afc6215f
commit 387fcae36b
34 changed files with 23138 additions and 2 deletions

15
frontend/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "frontend",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"main": "index.js",
"packages": {},
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start"
},
"dependencies": {
"react-scripts": "^5.0.1"
}
}