18 lines
335 B
JSON
18 lines
335 B
JSON
|
|
{
|
||
|
|
"name": "react-basics-2",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://gt.mbrnd.de/Max/react-basics.git"
|
||
|
|
},
|
||
|
|
"private": true,
|
||
|
|
"dependencies": {
|
||
|
|
"vite": "^8.1.4"
|
||
|
|
}
|
||
|
|
}
|