forked from AbhijeetPatil2005/NyaySetu
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "legal-advisor-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 5173",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext js,jsx --fix",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@tailwindcss/vite": "^4.1.7",
"framer-motion": "^12.12.2",
"html2pdf.js": "^0.10.3",
"i18next": "^25.2.0",
"i18next-browser-languagedetector": "^8.1.0",
"jspdf": "^3.0.1",
"lucide-react": "^0.511.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.5.2",
"react-intersection-observer": "^9.16.0",
"react-router-dom": "^7.6.0",
"react-speech-recognition": "^4.0.1",
"react-text-to-speech": "^2.0.3",
"react-translate": "^7.0.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.14",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.17",
"vite": "^6.3.5"
}
}