49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "enshi",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-form": "^0.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@radix-ui/themes": "^3.1.3",
|
|
"@tanstack/react-query": "^5.55.0",
|
|
"html-react-parser": "^5.1.16",
|
|
"i18n": "^0.15.1",
|
|
"i18next": "^23.14.0",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"jotai": "^2.9.3",
|
|
"primereact": "^10.8.2",
|
|
"quill": "^2.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.0.1",
|
|
"react-quill": "^2.0.0",
|
|
"react-router-dom": "^6.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.9.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
"globals": "^15.9.0",
|
|
"postcss": "^8.4.45",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.0.1",
|
|
"vite": "^5.4.1"
|
|
}
|
|
}
|