-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 848 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 848 Bytes
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
{
"name": "wbsc-scoring",
"version": "1.5.0",
"private": true,
"type": "module",
"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.cjs",
"test-approve": "backstop approve --config=backstop.config.cjs"
},
"devDependencies": {
"backstopjs": "6.3.25",
"nuxt-ignis": "0.5.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"maplibre-gl",
"puppeteer",
"sharp",
"unrs-resolver",
"vue-demi"
]
},
"packageManager": "pnpm@10.28.1"
}