2023-01-25 10:44:04 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-25 11:47:39 +00:00
|
|
|
"autoprefixer": "^10.4.13",
|
2023-01-25 11:56:32 +00:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-01-25 11:47:39 +00:00
|
|
|
"postcss": "^8.4.21",
|
2023-01-25 11:56:32 +00:00
|
|
|
"prettier": "^2.8.3",
|
2023-01-25 10:44:04 +00:00
|
|
|
"react": "^18.2.0",
|
2023-01-25 11:47:39 +00:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"tailwindcss": "^3.2.4"
|
2023-01-25 10:44:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
|
|
|
"@vitejs/plugin-react": "^3.0.0",
|
2023-01-25 11:56:32 +00:00
|
|
|
"eslint": "^8.32.0",
|
2023-01-25 12:31:05 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
|
|
"eslint-plugin-react": "^7.32.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-01-25 10:44:04 +00:00
|
|
|
"vite": "^4.0.0"
|
|
|
|
}
|
2023-01-25 11:47:39 +00:00
|
|
|
}
|