-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 2.09 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
{
"name": "frontend-dev-pack",
"displayName": "Front End Development Pack",
"description": "A collection of VS Code extensions for Front End Development Pack",
"version": "1.0.0",
"publisher": "rafidalhaque",
"author": {
"name": "Rafid Al Haque",
"email": "[email protected]",
"url": "https://rafidalhaque.xyz"
},
"icon": "logo.jpg",
"repository": {
"type": "git",
"url": "https://github.com/rafidalhaque/frontend-vscode-extensionpack"
},
"keywords": ["html", "css", "js", "web development", "git", "github", "svg", "npm", "intellisense", "react", "xml", "snippets", "javascript"],
"readme": "https://github.com/rafidalhaque/frontend-vscode-extensionpack#readme",
"license": "https://github.com/rafidalhaque/frontend-vscode-extensionpack/blob/main/LICENSE",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Extension Packs",
"Snippets",
"SCM Providers"
],
"extensionPack": [
"abusaidm.html-snippets",
"bierner.emojisense",
"christian-kohler.path-intellisense",
"codespaces-contrib.codeswing",
"cssho.vscode-svgviewer",
"dbaeumer.vscode-eslint",
"DigitalBrainstem.javascript-ejs-support",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"formulahendry.code-runner",
"GitHub.codespaces",
"GitHub.remotehub",
"GitHub.vscode-pull-request-github",
"hex-ci.stylelint-plus",
"ms-vscode.github-issues-prs",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"msjsdiag.vscode-react-native",
"MULU-github.jsflowchart",
"naumovs.color-highlight",
"redhat.vscode-xml",
"ritwickdey.LiveServer",
"vsls-contrib.gistfs",
"vsls-contrib.gitdoc",
"wayou.file-icons-mac",
"xabikos.JavaScriptSnippets"
]
}