-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "wbsc-scoring",
"private": true,
"scripts": {
"eslint": "eslint .",
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "node .output/server/index.mjs",
"test": "pnpm test-vitest && pnpm test-backstop",
"test-vitest": "vitest run",
"test-backstop": "backstop test --config=backstop.config.js",
"test-approve": "backstop approve --config=backstop.config.js"
},
"devDependencies": {
"@nuxt/content": "2.13.4",
"@nuxt/eslint": "0.7.2",
"@nuxt/test-utils": "3.14.4",
"@nuxtjs/i18n": "9.1.0",
"@nuxtjs/tailwindcss": "6.12.2",
"@pinia/nuxt": "0.8.0",
"@vueuse/core": "12.0.0",
"@vueuse/nuxt": "12.0.0",
"backstopjs": "6.3.25",
"consola": "3.2.3",
"defu": "6.1.4",
"happy-dom": "15.11.7",
"nuxt": "3.14.1592",
"pinia": "2.2.8",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"vitest": "2.1.6",
"vue": "latest",
"vue-router": "latest"
},
"pnpm": {
"overrides": {
"vite": "5.4.11"
}
}
}