You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
881 B
35 lines
881 B
{ |
|
"name": "riksdagen-frontend", |
|
"private": true, |
|
"version": "0.1.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview", |
|
"lint": "eslint \"src/**/*.{ts,tsx}\"", |
|
"start": "vite" |
|
}, |
|
"dependencies": { |
|
"@tanstack/react-query": "^5.51.0", |
|
"axios": "^1.6.7", |
|
"dompurify": "^3.1.6", |
|
"marked": "^12.0.2", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-router-dom": "^7.9.4", |
|
"recharts": "^2.8.0" |
|
}, |
|
"devDependencies": { |
|
"@types/dompurify": "^3.0.5", |
|
"@types/react": "^18.2.0", |
|
"@types/react-dom": "^18.2.0", |
|
"@typescript-eslint/eslint-plugin": "^7.2.0", |
|
"@typescript-eslint/parser": "^7.2.0", |
|
"@vitejs/plugin-react": "^4.2.0", |
|
"eslint": "^8.57.0", |
|
"eslint-config-prettier": "^9.1.0", |
|
"typescript": "^5.3.3", |
|
"vite": "^4.5.3" |
|
} |
|
}
|
|
|