-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·133 lines (133 loc) · 4.56 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "javascript-complete-packs",
"displayName": "Full JavaScript Complete Pack",
"description": "All essential extension and theme that useful for web development with JavaScript and Node JS in front end and back end.",
"version": "1.3.1",
"publisher": "GulajavaMinistudio",
"engines": {
"vscode": "^1.46.0"
},
"icon": "js_pack_logo.png",
"keywords": [
"javascript",
"node",
"angular",
"react",
"vue"
],
"categories": [
"Extension Packs"
],
"repository": {
"url": "https://github.com/GulajavaMinistudio/FullJSExtensionPackCode"
},
"homepage": "https://github.com/GulajavaMinistudio/FullJSExtensionPackCode",
"bugs": {
"url": "https://github.com/GulajavaMinistudio/FullJSExtensionPackCode/issues"
},
"extensionPack": [
"aaron-bond.better-comments",
"adpyke.codesnap",
"aeschli.vscode-css-formatter",
"abusaidm.html-snippets",
"akamud.vscode-javascript-snippet-pack",
"alefragnani.Bookmarks",
"ardenivanov.svelte-intellisense",
"bengreenier.vscode-node-readme",
"bierner.color-info",
"bierner.lit-html",
"ChakrounAnas.turbo-console-log",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"chris-noring.node-snippets",
"chrmarti.regex",
"cmstead.jsrefactor",
"codezombiech.gitignore",
"CoenraadS.bracket-pair-colorizer-2",
"Compulim.compulim-vscode-closetag",
"cssho.vscode-svgviewer",
"cyrilletuzi.angular-schematics",
"danwahlin.angular2-snippets",
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"deerawan.vscode-faker",
"donjayamanne.githistory",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"EditorConfig.EditorConfig",
"eg2.tslint",
"eg2.vscode-npm-script",
"emmanuelbeziat.vscode-great-icons",
"ericadamski.carbon-now-sh",
"esbenp.prettier-vscode",
"EQuimper.react-native-react-redux",
"fabiospampinato.vscode-todo-plus",
"fivethree.vscode-svelte-snippets",
"firefox-devtools.vscode-firefox-debug",
"gencer.html-slim-scss-css-class-completion",
"GulajavaMinistudio.mayukaithemevsc",
"hnw.vscode-auto-open-markdown-preview",
"hollowtree.vue-snippets",
"HookyQR.beautify",
"humao.rest-client",
"ionutvmi.path-autocomplete",
"JakeWilson.vscode-cdnjs",
"jasonnutter.search-node-modules",
"johnpapa.Angular2",
"karigari.chat",
"Shan.code-settings-sync",
"LaurentTreguier.vscode-simple-icons",
"leizongmin.node-module-intellisense",
"metaseed.metago",
"Mikael.Angular-BeastCode",
"mikestead.dotenv",
"mrmlnc.vscode-autoprefixer",
"msjsdiag.debugger-for-chrome",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-containers",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"mhutchie.git-graph",
"naumovs.color-highlight",
"nrwl.angular-console",
"octref.vetur",
"oderwat.indent-rainbow",
"phplasma.csv-to-table",
"PKief.material-icon-theme",
"pnp.polacode",
"pranaygp.vscode-css-peek",
"pushqrdx.inline-html",
"quicktype.quicktype",
"redhat.vscode-yaml",
"ritwickdey.LiveServer",
"rubbersheep.gi",
"sburg.vscode-javascript-booster",
"sdras.vue-vscode-snippets",
"shardulm94.trailing-spaces",
"slevesque.vscode-multiclip",
"sleistner.vscode-fileutils",
"shd101wyy.markdown-preview-enhanced",
"spoonscen.es6-mocha-snippets",
"svelte.svelte-vscode",
"techer.open-in-browser",
"Tobermory.es6-string-html",
"TzachOvadia.todo-list",
"usernamehw.errorlens",
"vincaslt.highlight-matching-tag",
"VisualStudioExptTeam.vscodeintellicode",
"vsmobile.vscode-react-native",
"vsls-contrib.gistfs",
"WallabyJs.quokka-vscode",
"wayou.vscode-todo-highlight",
"wmaurer.change-case",
"wmaurer.vscode-jumpy",
"xabikos.JavaScriptSnippets",
"xabikos.ReactSnippets",
"yatki.vscode-surround",
"yzhang.markdown-all-in-one",
"vsls-contrib.codetour"
]
}