-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.27 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.27 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
71
72
73
74
75
76
77
78
79
80
{
"name": "edtech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"cloudinary": "^2.7.0",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"framer-motion": "^12.23.12",
"grep": "^0.1.0",
"jose": "^6.0.13",
"jsonwebtoken": "^9.0.2",
"keen-slider": "^6.8.6",
"lucide-react": "^0.542.0",
"mongodb": "^6.19.0",
"mongoose": "^8.18.0",
"next": "15.5.2",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.1",
"openai": "^5.16.0",
"razorpay": "^2.9.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-simple-typewriter": "^5.0.1",
"recharts": "^3.1.2",
"slugify": "^1.6.6",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/nodemailer": "^7.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-config-next": "15.5.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.12",
"typescript": "^5"
},
"description": "Coderszonee is a modern Learning Management System (LMS) designed for developers, students, and tech enthusiasts. \r Our goal is to provide a collaborative platform where coders can **learn, share, and grow** through:",
"main": "index.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emergexians/coderszonee.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emergexians/coderszonee/issues"
},
"homepage": "https://github.com/emergexians/coderszonee#readme"
}