-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "netlify-cache-inspector",
"private": true,
"description": "Inspect and compare cache headers for requests to Netlify sites",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:unit": "vitest run",
"knip": "knip",
"test": "pnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run test:unit",
"typecheck": "nuxi typecheck"
},
"dependencies": {
"@netlify/blobs": "^10.7.0",
"@netlify/nuxt": "0.2.37",
"date-fns": "^4.1.0",
"h3": "^1.15.0",
"highlight.js": "^11.11.1",
"nuxt": "^4.4.2",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@e18e/eslint-plugin": "^0.3.0",
"@nuxt/test-utils": "^4.0.0",
"@unocss/nuxt": "^66.6.5",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.8.3",
"knip": "^6.0.0",
"oxfmt": "^0.46.0",
"oxlint": "^1.51.0",
"typescript": "^6.0.0",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}