-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
61 lines (61 loc) · 1.49 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@gun-vue/repo",
"version": "0.22.5",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/gun-vue"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
},
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "pnpm --filter app run dev",
"docs": "pnpm --filter docs run dev",
"builds": "pnpm --filter composables run build && pnpm --filter components run build && pnpm --filter app run build && pnpm --filter app run build-app && pnpm --filter docs run build",
"preview": "pnpm --filter docs run serve",
"relay": "pnpm --filter relay run start",
"change": "pnpm changeset",
"version": "pnpm changeset version"
},
"devDependencies": {
"@changesets/cli": "2.27.12",
"@iconify-json/carbon": "^1.2.7",
"@iconify-json/fad": "^1.2.1",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/ion": "^1.2.2",
"@iconify-json/la": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@vue/language-plugin-pug": "2.2.0",
"pug": "3.0.3",
"typedoc": "0.27.7",
"typedoc-plugin-markdown": "4.4.2",
"unocss": "65.5.0",
"vite": "6.1.0"
},
"standard-version": {
"skip": {
"changelog": false,
"bump": true,
"commit": true,
"tag": true
}
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"core-js",
"esbuild",
"fs-native-extensions",
"node-datachannel",
"utf-8-validate",
"utp-native",
"vue-demi"
]
}
}