mercury/frontend/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2023-09-03 00:23:48 +02:00
{
2023-09-03 04:11:56 +02:00
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2023-09-15 16:33:25 +02:00
"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"
2023-09-03 04:11:56 +02:00
},
"devDependencies": {
2023-09-15 16:33:25 +02:00
"@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",
2023-09-11 22:01:18 +02:00
"autoprefixer": "^10.4.15",
2023-09-15 16:33:25 +02:00
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
2023-09-11 22:01:18 +02:00
"postcss": "^8.4.29",
2023-09-03 04:11:56 +02:00
"prettier": "^3.0.3",
2023-09-11 22:01:18 +02:00
"tailwindcss": "^3.3.3",
2023-09-03 04:11:56 +02:00
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
2023-09-03 00:23:48 +02:00
}