52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@mui/icons-material": "^5.14.9",
|
|
"@mui/material": "^5.14.9",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"axios": "^1.5.0",
|
|
"humanize-duration": "^3.29.0",
|
|
"i18next": "^23.5.1",
|
|
"luxon": "^3.4.3",
|
|
"markdown-it": "^13.0.1",
|
|
"preact": "^10.16.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^13.2.2",
|
|
"react-redux": "^8.1.2",
|
|
"redux": "^4.2.1",
|
|
"sanitize-html": "^2.11.0",
|
|
"ulid": "^2.3.0",
|
|
"wouter-preact": "^2.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/luxon": "^3.3.2",
|
|
"@types/markdown-it": "^13.0.1",
|
|
"@types/node": "^20.6.0",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@types/sanitize-html": "^2.9.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
"@typescript-eslint/parser": "^6.7.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^3.0.3",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|