-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.52 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
{
"name": "hrdev",
"version": "2.0.0",
"type": "module",
"description": "This is the open source repository for my website at [huwroberts.dev](https://huwroberts.dev). This is probably only of interest to you if you're considering hiring me, having said that, you might find something useful here if you're building something similar and you enjoy working with things like [Craft CMS](https://craftcms.com), [Tailwind](https://tailwindcss.com/), [Lit](https://lit.dev/) and [Three.js](https://threejs.org).",
"scripts": {
"build": "NODE_ENV=production vite build",
"serve": "NODE_ENV=dev vite",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write 'src/**/*.{ts,js}' vite.config.ts tailwind.config.ts"
},
"author": "wuhhh",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^26.0.0",
"@types/three": "^0.184.1",
"eslint": "^10.8.0",
"globals": "^17.8.0",
"jiti": "^2.7.0",
"prettier": "^3.9.6",
"ts-lit-plugin": "^2.0.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^7.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-restart": "^2.0.0",
"vite-plugin-static-copy": "^4.1.1"
},
"dependencies": {
"@barba/core": "^2.10.3",
"highlight.js": "^11.11.1",
"lenis": "^1.3.25",
"lit": "^3.3.3",
"three": "^0.184.0",
"tw-fade": "^0.7.1"
}
}