44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "iris-app",
|
|
"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": {
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"jspdf": "^3.0.2",
|
|
"lucide-react": "^0.284.0",
|
|
"pdfmake": "^0.2.20",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"showdown": "^2.1.0",
|
|
"tailwind-merge": "^1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html2canvas": "^0.5.35",
|
|
"@types/pdfmake": "^0.2.11",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/showdown": "^2.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|