48 lines
No EOL
1.2 KiB
JSON
48 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "vite-react-typescript-starter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.6.0",
|
|
"antd": "^5.23.3",
|
|
"clsx": "^2.1.1",
|
|
"i18next": "^23.16.8",
|
|
"i18next-browser-languagedetector": "^7.2.2",
|
|
"lucide-react": "^0.344.0",
|
|
"marked": "^12.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.3",
|
|
"react-icons": "^5.4.0",
|
|
"react-router-dom": "^6.28.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"fs-extra": "^11.3.0",
|
|
"glob": "^11.0.1",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^5.4.14"
|
|
}
|
|
} |