-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·96 lines (96 loc) · 2.7 KB
/
package.json
File metadata and controls
executable file
·96 lines (96 loc) · 2.7 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
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
{
"name": "front-end-ext-pack",
"displayName": "Front-End Extension Pack",
"description": "This Extension Pack includes mostly important extensions that is needy for front-end developer",
"version": "0.0.2",
"publisher": "VimLeSai",
"private": true,
"engines": {
"vscode": "^1.30.0"
},
"icon": "coding.png",
"repository": {
"type": "github",
"url": "https://github.com/VimLeSai/FrontEndVSCodeEPack"
},
"homepage": "https://github.com/VimLeSai/FrontEndVSCodeEPack",
"bugs": {
"url": "https://github.com/VimLeSai/FrontEndVSCodeEPack/issues",
"email": "desai.vimal250@gmail.com"
},
"author": {
"name": "VimLeSai",
"email": "desai.vimal250@gmail.com"
},
"categories": [
"Extension Packs"
],
"keywords": [
"Front End",
"Javascript",
"React",
"Theme",
"Formatting",
"Node",
"Extension Pack",
"Designing",
"Productivity"
],
"extensionPack": [
"steoates.autoimport",
"formulahendry.auto-rename-tag",
"dzannotti.vscode-babel-coloring",
"mgmcdermott.vscode-language-babel",
"aaron-bond.better-comments",
"wwm.better-align",
"alefragnani.bookmarks",
"pranaygp.vscode-css-peek",
"rokoroku.vscode-theme-darcula",
"CoenraadS.bracket-pair-colorizer",
"naumovs.color-highlight",
"msjsdiag.debugger-for-chrome",
"ms-azuretools.vscode-docker",
"joelday.docthis",
"editorconfig.editorconfig",
"mikestead.dotenv",
"dsznajder.es7-react-js-snippets",
"dbaeumer.vscode-eslint",
"ecmel.vscode-html-css",
"eamodio.gitlens",
"wix.vscode-import-cost",
"k--kato.intellij-idea-keybindings",
"zignd.html-css-class-completion",
"donjayamanne.jquerysnippets",
"ms-vsliveshare.vsliveshare-pack",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"pkief.material-icon-theme",
"eg2.vscode-npm-script",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"visualstudioexptteam.vscodeintellicode",
"esbenp.prettier-vscode",
"alefragnani.project-manager",
"chrmarti.regex",
"humao.rest-client",
"chakrounanas.turbo-console-log",
"streetsidesoftware.code-spell-checker",
"codezombiech.gitignore",
"donjayamanne.githistory",
"bierner.emojisense",
"Prisma.vscode-graphql",
"quicktype.quicktype",
"jrebocho.vscode-random",
"mrmlnc.vscode-autoprefixer",
"funkyremi.vscode-google-translate",
"lamartire.git-indicators",
"slevesque.vscode-multiclip",
"Gruntfuggly.todo-tree",
"fatihacet.gitlab-workflow",
"johnpapa.vscode-peacock",
"pnp.polacode",
"vincaslt.highlight-matching-tag",
"syler.sass-indented",
"shan.code-settings-sync"
]
}