Forked from
2024 Competition / Bielefeld-CeBiTec
2241 commits behind the upstream repository.
-
Liliana Sanfilippo authoredLiliana Sanfilippo authored
This project manages its dependencies using npm.
Learn more
package.json 1.58 KiB
{
"name": "team-slug",
"version": "0.0.1",
"license": "CC-BY-4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"**/*.{ts,tsx,md,json,css,js}\"",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@popperjs/core": "^2.11.8",
"@refinedev/core": "^4.53.0",
"bootstrap": "^5.3.3",
"dangerously-set-html-content": "^1.1.0",
"dompurify": "^3.1.5",
"framer-motion": "^11.2.13",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-collapsed": "^4.1.2",
"react-dom": "^18.2.0",
"react-pdf": "^9.0.0",
"react-photo-album": "^2.4.1",
"react-router-dom": "^6.23.0",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"sass": "^1.77.6",
"victory": "^37.0.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20.12.10",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-helmet": "^6.1.11",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}