23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "Investments Control Frontend",
|
|
"version": "0.0.0",
|
|
"author": "Krylov <ksv741@mail.ru> Sergey",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"dev": "rsbuild dev --open",
|
|
"preview": "rsbuild preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "1.4.15",
|
|
"@rsbuild/plugin-react": "1.3.5",
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|