-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "rupokghosh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sitemap": "next-sitemap",
"postbuild": "next-sitemap"
},
"dependencies": {
"@next/font": "^14.2.6",
"@tailwindcss/typography": "^0.5.15",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.30",
"gray-matter": "^4.0.3",
"next": "^14.2.5",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-typed": "^2.0.12",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sitemap": "^8.0.0",
"ts-node": "^10.9.2",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}