We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051e0af commit 89c5adbCopy full SHA for 89c5adb
1 file changed
package.json
@@ -34,7 +34,24 @@
34
"security",
35
"policy",
36
"csp",
37
- "plugin"
+ "plugin",
38
+ "vite-plugin",
39
+ "vite-plugin-sri",
40
+ "vite-sri",
41
+ "subresource-integrity",
42
+ "integrity-hash",
43
+ "sha256",
44
+ "sha384",
45
+ "sha512",
46
+ "modulepreload",
47
+ "ssr",
48
+ "ssg",
49
+ "spa",
50
+ "mpa",
51
+ "prerender",
52
+ "cdn",
53
+ "web-security",
54
+ "content-security-policy"
55
],
56
"author": {
57
"name": "Bobby Bonestell",
@@ -52,8 +69,8 @@
69
"cheerio": "^1.1.2"
70
},
71
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^8.12.2",
- "@typescript-eslint/parser": "^8.12.2",
72
+ "@typescript-eslint/eslint-plugin": "^8.12.2",
73
+ "@typescript-eslint/parser": "^8.12.2",
74
"@vitest/coverage-v8": "^3.2.4",
58
75
"c8": "^10.1.3",
59
76
"eslint": "^9.32.0",
0 commit comments