30 lines
743 B
JSON
30 lines
743 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",
|
|
"preview": "rsbuild preview",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "1.4.15",
|
|
"@rsbuild/plugin-eslint": "1.1.2",
|
|
"@rsbuild/plugin-react": "1.3.5",
|
|
"@rsbuild/plugin-type-check": "1.2.4",
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7",
|
|
"@typescript-eslint/parser": "8.39.0",
|
|
"eslint": "9.33.0",
|
|
"eslint-config-ksv741": "0.2.0",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|