This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/package.json
2025-01-04 14:04:53 +03:00

16 lines
277 B
JSON

{
"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"
}
}