This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/package.json

36 lines
959 B
JSON
Raw Normal View History

2023-08-28 13:40:33 +00:00
{
"name": "wa-works-praksisoppgave",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"git-mob": "^2.4.0",
"qjuul": "^1.0.7",
2023-08-28 13:40:33 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1"
2023-08-28 13:40:33 +00:00
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "^3.16.0",
2023-08-28 13:40:33 +00:00
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
2023-08-28 13:40:33 +00:00
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
2023-08-28 13:40:33 +00:00
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}