-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.43 KB
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
{
"bugs": {
"url": "https://github.com/mubaidr/vuejs-extension-pack/issues"
},
"categories": [
"Extension Packs"
],
"description": "Essential VS Code extensions for Vue.js, Nuxt, and TypeScript development providing syntax highlighting, code formatting, snippets, IntelliSense, linting, testing, and Tailwind CSS support.",
"displayName": "Vue.js Extension Pack",
"engines": {
"vscode": "^1.85.0"
},
"extensionPack": [
"Vue.volar",
"Nuxt.mdc",
"sdras.vue-vscode-snippets",
"vitest.explorer",
"oxc.oxc-vscode",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"usernamehw.errorlens",
"streetsidesoftware.code-spell-checker",
"editorconfig.editorconfig",
"mikestead.dotenv",
"docker.docker",
"GitHub.vscode-pull-request-github",
"ms-azuretools.vscode-containers"
],
"galleryBanner": {
"color": "#42b883",
"theme": "light"
},
"homepage": "https://github.com/mubaidr/vuejs-extension-pack",
"icon": "vuejs-icon.png",
"keywords": [
"vue",
"nuxt",
"javascript",
"typescript",
"tailwindcss",
"snippets",
"vite",
"vitest"
],
"name": "vuejs-extension-pack",
"pricing": "Free",
"publisher": "mubaidr",
"repository": {
"url": "https://github.com/mubaidr/vuejs-extension-pack"
},
"sponsor": {
"url": "https://patreon.com/mubaidr"
},
"version": "3.0.0"
}