-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.56 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
{
"name": "jonno.dev",
"version": "1.0.0",
"private": true,
"description": "Hello, I'm Jonathan",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/BarryThePenguin/jonno.dev.git"
},
"author": {
"name": "Jonathan Haines",
"email": "me@jonno.dev",
"url": "https://jonno.dev/"
},
"homepage": "https://jonno.dev/",
"main": "index.js",
"scripts": {
"build": "vite build --mode client && vite build",
"dev": "vite",
"preview": "wrangler dev",
"start": "vite preview",
"test": "tsc && xo"
},
"keywords": [],
"imports": {
"#islands/*": "./app/islands/*.tsx"
},
"dependencies": {
"hono": "^4.11.3",
"honox": "^0.1.52",
"rehype-external-links": "^3.0.0",
"remark-images": "^4.1.0"
},
"devDependencies": {
"@hono/vite-build": "^1.8.0",
"@hono/vite-dev-server": "^0.23.0",
"@hono/vite-ssg": "^0.3.1",
"@mdx-js/rollup": "^3.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@tsconfig/strictest": "^2.0.8",
"@types/gtag.js": "^0.0.20",
"@types/mdx": "^2.0.13",
"@types/node": "25.0.3",
"eslint-config-xo-react": "^0.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"lightningcss": "^1.30.2",
"poline": "^0.11.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"rampensau": "^2.3.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"wrangler": "^4.54.0",
"xo": "^1.2.3"
}
}