-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "vuejs-kenya-extension-pack",
"displayName": "VueJs Kenya Extension Pack",
"description": "Popular VSCode extensions for Vue and Nuxt development ✨.",
"version": "0.0.1",
"publisher": "Selemondev",
"repository": {
"type": "git",
"url": "https://github.com/VueJs-Kenya/VueJs-Kenya-Extension-Pack"
},
"bugs": {
"url": "https://github.com/VueJs-Kenya/VueJs-Kenya-Extension-Pack/issues",
"email": "selemonsrdev@gmail.com"
},
"engines": {
"vscode": "^1.80.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"antfu.vite",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"rendiokriza.vue-3-code-snippets",
"vitest.explorer",
"dbaeumer.vscode-eslint",
"nuxtr.nuxtr-vscode",
"nuxt.mdc",
"selemondev.shadcn-vue",
"selemondev.vscode-preview-docs",
"christian-kohler.npm-intellisense",
"yoavbls.pretty-ts-errors"
],
"keywords": [
"extension pack",
"vscode-extension-pack",
"vuejs-extension-pack",
"vuejs",
"nuxt",
"vuejs-vscode-extension-pack"
],
"icon": "./src/images/icon.png",
"scripts": {
"generate:release": "npx changelogen@latest --release",
"publish:extension": "vsce publish"
}
}