-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 KB
/
package.json
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
49
50
51
52
53
{
"name": "DsaVisualizer",
"homepage": "https://Divyanshi01615.github.io/DsaVisualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview",
"lint": "eslint .",
"predeploy": "cross-env DEPLOY_ENV=GH_PAGES npm run build",
"deploy": "gh-pages -d dist",
"deploy:vercel": "npm run build && vercel --prod"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@monaco-editor/react": "^4.7.0",
"@prisma/client": "^5.10.2",
"@vitejs/plugin-react": "^4.3.4",
"chart.js": "^4.4.8",
"clsx": "^2.1.0",
"framer-motion": "^12.4.10",
"imap": "^0.8.19",
"lucide-react": "^0.344.0",
"mailparser": "^3.6.9",
"nodemailer": "^6.9.11",
"react": "18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-router": "^6.4.0",
"react-router-dom": "^6.4.0",
"tailwind-merge": "^2.2.1",
"vite": "^6.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/imap": "^0.8.40",
"@types/mailparser": "^3.4.4",
"@types/node": "^20.11.24",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"gh-pages": "^6.3.0",
"postcss": "^8.4.35",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}