-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 840 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 840 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
26
27
28
29
30
31
32
33
34
{
"name": "af.github.com",
"version": "0.0.0",
"description": "Silly little personal website",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "tsc && biome lint --diagnostic-level=error pages components",
"start": "next dev"
},
"packageManager": "bun@1.3.5",
"repository": {
"type": "git",
"url": "git://github.com/af/af.github.com.git"
},
"author": "Aaron Franks (http://aaronfranks.com/)",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/d3": "7.4.3",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"gray-matter": "4.0.3",
"next": "14.2.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark": "14.0.2",
"remark-html": "15.0.1",
"typescript": "5.9.3"
},
"dependencies": {
"d3": "5.15.1"
}
}