mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-20 15:58:15 +00:00
38 lines
1001 B
JSON
38 lines
1001 B
JSON
{
|
|
"name": "tubearchivist-frontend",
|
|
"version": "0.5.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:deploy": "vite build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.2.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.3",
|
|
"zustand": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
"@typescript-eslint/parser": "^8.32.1",
|
|
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
"eslint": "^9.30.1",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"prettier": "3.6.2",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1",
|
|
"vite": ">=7.0.0",
|
|
"vite-plugin-checker": "^0.9.3"
|
|
}
|
|
}
|