-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 910 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 910 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
36
37
38
39
40
{
"name": "bc-registry",
"version": "3.0.22",
"engines": {
"node": ">=24"
},
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build-check": "nuxt build",
"build": "nuxt generate",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "echo 'test WIP'"
},
"dependencies": {
"@nuxt/content": "^3.4.0",
"@sbc-connect/nuxt-core-layer-beta": "0.0.13",
"nuxt": "^3.16.2",
"nuxt-gtag": "^3.0.2"
},
"devDependencies": {
"@nuxt/eslint": "^1.3.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/i18n": "^9.4.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"eslint": "^9.23.0",
"typescript": "^5.8.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}