-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "vscode-blick",
"displayName": "Blick.ch developer extension pack",
"description": "A collection of the most essential extensions for Blick.ch developers.",
"license": "MIT",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#ffff13",
"theme": "light"
},
"repository": {
"type": "git",
"url": "https://github.com/emzoumpo/vscode-extension-pack-blick"
},
"publisher": "emzoumpo",
"version": "0.7.0",
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"alefragnani.project-manager",
"arcanis.vscode-zipfs",
"bibhasdn.unique-lines",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"docker.docker",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"github.vscode-pull-request-github",
"GraphQL.vscode-graphql",
"mikestead.dotenv",
"oven.bun-vscode",
"oxc.oxc-vscode",
"pflannery.vscode-versionlens",
"richie5um2.vscode-sort-json",
"sleistner.vscode-fileutils",
"styled-components.vscode-styled-components",
"tamasfe.even-better-toml",
"wmaurer.change-case",
"yoavbls.pretty-ts-errors",
"yzhang.markdown-all-in-one"
]
}