-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.23 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
49
50
{
"name": "prepbuddy",
"version": "1.0.0",
"description": "Focus your interview prep, fast. Track company-prioritized LeetCode problems with visual analytics and peer benchmarking.",
"author": "PrepBuddy Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kiranpuli/prepbuddy.git"
},
"keywords": [
"leetcode",
"interview-prep",
"coding-interview",
"firebase",
"react",
"typescript",
"vite"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-virtual": "^3.0.0",
"clsx": "^2.1.0",
"firebase": "^12.6.0",
"lucide-react": "^0.435.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"recharts": "^2.9.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/papaparse": "^5.3.7",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.2",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5",
"vite": "^5.3.1"
}
}