-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "trackcoders-frontend",
"private": true,
"version": "1.0.1",
"type": "module",
"author": {
"name": "Siddharth Kumar",
"email": "siddharthcpn2512@gmail.com"
},
"description": "TrackCoders - A platform for tracking and managing coding progress",
"keywords": [
"coding",
"tracker",
"progress",
"developer",
"programming",
"web-development",
"react",
"vite",
"tailwindcss",
"trackcoders",
"leetcode profile tracker",
"codechef profile tracker",
"gfg profile tracker",
"track coding platform"
],
"repository": {
"type": "git",
"url": "https://github.com/sidd2512/trackcoders-frontend"
},
"bugs": {
"url": "https://github.com/sidd2512/trackcoders-frontend/issues"
},
"homepage": "https://trackcoders.vercel.app",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@vercel/analytics": "^1.5.0",
"axios": "^1.7.8",
"emailjs": "^4.0.3",
"framer-motion": "^11.12.0",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^6.0.1"
}
}