-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.6 KB
/
package.json
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
{
"name": "@nblackburn/website",
"private": true,
"version": "1.60.0",
"type": "module",
"scripts": {
"start": "astro dev",
"build": "astro build",
"check": "astro check",
"lint": "eslint . --fix",
"preview": "astro preview",
"postinstall": "husky install",
"format": "prettier . --write --ignore-unknown"
},
"packageManager": "[email protected]",
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vanilla-extract/vite-plugin": "^4.0.18",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"dependencies": {
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/vercel": "8.0.0",
"@astrojs/vue": "5.0.1",
"@fontsource/nunito-sans": "^5.1.0",
"@vanilla-extract/css": "^1.16.1",
"astro": "5.0.3",
"date-fns": "^4.1.0",
"sharp": "^0.33.5",
"vue": "^3.5.13"
},
"resolutions": {
"vite": "^6.0.1"
}
}