-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "react-bangla-tutorial",
"version": "0.0.1",
"description": "React Bangla Tutorial - Learn React.js step-by-step in Bengali. Comprehensive guide for frontend development in Bangladesh.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "node ./scripts/generate-sitemap.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedbymojnu/react-bangla-tutorial.git"
},
"author": "Md. Mojnu Miah",
"license": "MIT",
"bugs": {
"url": "https://github.com/codedbymojnu/react-bangla-tutorial/issues"
},
"homepage": "https://github.com/codedbymojnu/react-bangla-tutorial#readme",
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@giscus/react": "^3.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"glob": "^11.0.3",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"sitemap": "^8.0.0",
"typescript": "^5.4.5"
},
"overrides": {
"next-mdx-remote": "^6.0.0"
}
}