28 lines
602 B
JSON
28 lines
602 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@consta/uikit": "^5.29.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.33.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"globals": "^13.0.0",
|
|
"vite": "^5.1.5"
|
|
}
|
|
}
|