-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "@nblackburn/website",
"private": true,
"version": "1.47.1",
"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": "yarn@4.0.2",
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.46.0",
"@types/eslint": "^8",
"@types/node": "^20.14.15",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vanilla-extract/vite-plugin": "^4.0.13",
"checkly": "^4.8.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vercel": "^7.7.2",
"@astrojs/vue": "^4.5.0",
"@fontsource/nunito-sans": "^5.0.13",
"@vanilla-extract/css": "^1.15.3",
"astro": "^4.13.2",
"date-fns": "^3.6.0",
"sharp": "^0.33.4",
"vue": "^3.4.37"
},
"resolutions": {
"deep-object-diff": "^1.1.9"
}
}