-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (41 loc) · 1.2 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
{
"name": "frontend-extension-pack",
"displayName": "Frontend extension pack",
"description": "Set of extensions to speed up frontend development",
"version": "0.0.4",
"keywords": ["frontend", "git", "linter", "javascript", "eslint", "stylelint"],
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"EditorConfig.EditorConfig",
"PKief.material-icon-theme",
"wmaurer.change-case",
"artdiniz.quitcontrol-vscode",
"saekiraku.pin-up",
"YoavBls.pretty-ts-errors",
"mhutchie.git-graph",
"eamodio.gitlens",
"huizhou.githd",
"pflannery.vscode-versionlens",
"ms-azuretools.vscode-docker",
"GitHub.copilot",
"GitHub.copilot-chat",
"ms-playwright.playwright"
],
"icon": "fep-icon.png",
"repository": {
"url": "https://github.com/nothnk/frontend-extension-pack"
},
"publisher": "quelicm"
}