-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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": "edgex-careercrack",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@huggingface/transformers": "^3.6.1",
"@xenova/transformers": "^2.17.2",
"axios": "^1.10.0",
"firebase": "^11.10.0",
"framer-motion": "^12.23.11",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.525.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-parallax-tilt": "^1.7.300",
"react-router-dom": "^6.23.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^11.0.5",
"wavesurfer": "^1.3.4",
"wavesurfer.js": "^7.9.9"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.3.0",
"vite": "^7.0.5"
},
"description": "EDGEx – AI mentorship suite for Gen Z: career guidance, mood companion, scholarships, notes, and more.",
"repository": {
"type": "git",
"url": "git+https://github.com/ayush585/edgex.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayush585/edgex/issues"
},
"homepage": "https://github.com/ayush585/edgex#readme"
}