-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "netlify-cache-inspector",
"description": "Inspect and compare cache headers for requests to Netlify sites",
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:unit": "vitest",
"test": "pnpm run typecheck && pnpm run lint && pnpm run test:unit",
"typecheck": "nuxi typecheck"
},
"dependencies": {
"@netlify/blobs": "^8.1.0",
"@nuxt/eslint": "^0.5.7",
"date-fns": "^4.1.0",
"nuxt": "^3.14.159",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.2",
"@vue/test-utils": "^2.4.6",
"jsdom": "^25.0.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}