-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 3.07 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
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
{
"name": "front-end-extension-gold-pack",
"displayName": "Front-End Extension Gold Pack",
"description": "Elevate your frontend development experience with the Frontend Pro Toolkit, a handpicked ensemble of top-tier Visual Studio Code extensions. This carefully curated pack brings together the best tools and utilities, streamlining your workflow and enhancing your capabilities as a frontend developer.",
"version": "0.0.11",
"publisher": "4bde9604-932c-638d-b5d2-db273992f59c",
"license": "MIT",
"engines": {
"vscode": "^1.83.1"
},
"author": {
"name": "echoWebNerds",
"email": "echowebnerds@gmail.com"
},
"icon": "image/logo3.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/echoWebNerds/VsCode_Front-End_Extension"
},
"homepage": "https://github.com/echoWebNerds/VsCode_Front-End_Extension",
"categories": [
"Extension Packs"
],
"keywords": [
"Front End",
"frontend",
"front-end",
"package front end",
"package frontend",
"pack frontend",
"PackFront-end",
"js",
"es6",
"Js",
"ES6",
"javascript",
"javaScript",
"JAVASCRIPT",
"Javascript",
"React",
"react",
"ReactJS",
"reactjs",
"REACTJS",
"REACT",
"vscode",
"HTML",
"CSS",
"HTML-CSS",
"GITHUB",
"theme",
"formatting",
"Theme",
"Formatting",
"Extension Pack",
"prettier",
"git",
"github",
"css",
"html",
"htmlHint",
"LiveShare",
"svg",
"projectManger",
"theme",
"Codeium",
"Figma",
"tailwindcss",
"LiveServer",
"AutoTag",
"eslint",
"BracketPair",
"Intelli code",
"Better Comments"
],
"extensionPack": [
"esbenp.prettier-vscode",
"xabikos.JavaScriptSnippets",
"HTMLHint.vscode-htmlhint",
"solnurkarim.html-to-css-autocompletion",
"donjayamanne.githistory",
"pranaygp.vscode-css-peek",
"eamodio.gitlens",
"wix.vscode-import-cost",
"ms-vscode-remote.remote-ssh",
"ecmel.vscode-html-css",
"Zignd.html-css-class-completion",
"MS-vsliveshare.vsliveshare",
"dracula-theme.theme-dracula",
"alefragnani.project-manager",
"jock.svg",
"ChakrounAnas.turbo-console-log",
"bradlc.vscode-tailwindcss",
"oderwat.indent-rainbow",
"ritwickdey.LiveServer",
"Codeium.codeium",
"VisualStudioExptTeam.intellicode-api-usage-examples",
"kisstkondoros.vscode-gutter-preview",
"formulahendry.code-runner",
"streetsidesoftware.code-spell-checker",
"aaron-bond.better-comments",
"BracketPairColorDLW.bracket-pair-color-dlw",
"anseki.vscode-color",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"dbaeumer.vscode-eslint",
"figma.figma-vscode-extension",
"anbuselvanrocky.bootstrap5-vscode",
"burkeholland.simple-react-snippets",
"sangelorafael.jsx-html-tags",
"alefragnani.Bookmarks",
"steoates.autoimport",
"christian-kohler.npm-intellisense",
"Orta.vscode-jest",
"ms-vscode.js-debug-nightly"
]
}