forked from Roshansuthar1105/Codify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 841 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 841 Bytes
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
{
"name": "codify",
"version": "1.0.0",
"description": "<div align=\"center\">\r <img src=\"https://github.com/user-attachments/assets/18bb2c91-12e4-45e7-b1e6-2cbee943975c\" alt=\"Codify Banner\" width=\"800\"/>\r <p><em>Master coding with interactive courses, personalized learning paths, and expert-curated roadmaps</em></p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vite": "^7.1.3"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@uiw/react-codemirror": "^4.25.1",
"axios": "^1.11.0",
"quill": "^2.0.3"
}
}