-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 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
46
47
{
"name": "baymac.lol",
"version": "0.1.0",
"private": true,
"author": {
"name": "Parichay Barpanda",
"email": "me@baymac.lol",
"url": "https://baymac.lol"
},
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "node scripts/generateSitemap.js && node scripts/generateRss.js && next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write --unsafe .",
"format": "biome format --write .",
"update-content": "./scripts/update_content.sh"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@iconscout/react-unicons": "^2.2.5",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"focus-trap-react": "^12.0.0",
"gray-matter": "^4.0.3",
"next": "^16.2.4",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"rehype-highlight": "^7.0.2",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@types/node": "^25.6.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"globby": "^16.2.0",
"rss": "^1.2.2",
"typescript": "^6.0.3"
}
}