37 lines
918 B
JSON
37 lines
918 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@suid/icons-material": "^0.6.11",
|
|
"@suid/material": "^0.15.1",
|
|
"@suid/vite-plugin": "^0.1.5",
|
|
"axios": "^1.6.2",
|
|
"humanize-duration": "^3.31.0",
|
|
"markdown-it": "^13.0.2",
|
|
"sanitize-html": "^2.11.0",
|
|
"solid-js": "^1.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/humanize-duration": "^3.27.3",
|
|
"@types/markdown-it": "^13.0.7",
|
|
"@types/node": "^20.9.4",
|
|
"@types/sanitize-html": "^2.9.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
"@typescript-eslint/parser": "^6.12.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-solid": "^0.13.0",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-solid": "^2.7.2"
|
|
}
|
|
}
|