forked from Satya900/DEV_ELEVATE-main-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 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
{
"name": "devElevate",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "^20.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@firebase/auth": "^1.10.0",
"@headlessui/react": "^2.2.2",
"@monaco-editor/react": "^4.6.0",
"axios": "^1.7.9",
"firebase": "^11.10.0",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.5.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.2",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"split": "^1.0.1",
"zwitch": "^2.0.4"
},
"devDependencies": {
"@types/babel__traverse": "^7.28.0",
"@types/node": "^24.8.1",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.11",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.4.17"
}
}