43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "amirmoghi3",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"lottie-web": "^5.11.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-gravatar": "^2.6.3",
|
|
"react-helmet": "^6.1.0",
|
|
"react-lottie": "^1.2.3",
|
|
"react-router-dom": "^6.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-gravatar": "^2.6.10",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@types/react-lottie": "^1.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.0",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
}
|
|
}
|