-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "webapicheck",
"type": "module",
"version": "1.5.0",
"packageManager": "[email protected]",
"scripts": {
"dev": "nuxt dev --host --no-qr",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:ci": "eslint .",
"typecheck": "vue-tsc",
"typecheck:ci": "vue-tsc --noEmit",
"test": "vitest",
"test:ci": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@sentry/browser": "^7.80.0",
"@sentry/tracing": "^7.80.0",
"@sentry/vue": "^7.80.0",
"fuse.js": "^7.0.0",
"shvl": "^3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint": "^0.3.8",
"@nuxt/test-utils": "^3.12.1",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@sentry/vite-plugin": "^2.16.1",
"@total-typescript/ts-reset": "^0.5.1",
"@unocss/nuxt": "^0.59.4",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.0.0",
"happy-dom": "^14.7.1",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"postcss-nested": "^6.0.1",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
}
}