tubearchivist/frontend/package.json

38 lines
1000 B
JSON
Raw Permalink Normal View History

2025-01-06 14:08:51 +00:00
{
"name": "tubearchivist-frontend",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:deploy": "vite build",
2025-01-06 18:04:41 +00:00
"lint": "eslint .",
"format": "prettier --write .",
2025-01-06 14:08:51 +00:00
"preview": "vite preview"
},
"dependencies": {
2025-02-16 11:47:14 +00:00
"dompurify": "^3.2.4",
2025-01-06 14:08:51 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-02-16 11:47:14 +00:00
"react-router-dom": "^7.1.5",
2025-01-26 18:00:57 +00:00
"zustand": "^5.0.3"
2025-01-06 14:08:51 +00:00
},
"devDependencies": {
2025-01-26 18:00:57 +00:00
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
2025-02-16 11:47:14 +00:00
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.20.1",
2025-01-26 18:00:57 +00:00
"eslint-config-prettier": "^10.0.1",
2025-01-06 14:08:51 +00:00
"eslint-plugin-react-hooks": "^5.1.0",
2025-02-16 11:47:14 +00:00
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prettier": "3.5.1",
2025-01-26 18:00:57 +00:00
"typescript": "^5.7.3",
2025-02-16 11:47:14 +00:00
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-checker": "^0.8.0"
2025-01-06 14:08:51 +00:00
}
}