-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "esrafil-extensions-pack",
"displayName": "esrafil-extensions-pack",
"description": "this is useful extensions for frontend devs",
"version": "0.0.1",
"engines": {
"vscode": "^1.86.0"
},
"publisher": "EsrafilExtensionPack",
"repository": {
"type": "git",
"url": "https://github.com/EsrafilElahi/my-extension-pack"
},
"keywords": [
"exrafil extension pack"
],
"categories": [
"Extension Packs"
],
"extensionPack": [
"aaron-bond.better-comments",
"ahmadawais.shades-of-purple",
"ambar.bundle-size",
"bito.bito",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"donjayamanne.githistory",
"dsznajder.es7-react-js-snippets",
"ecmel.vscode-html-css",
"esbenp.prettier-vscode",
"genieai.chatgpt-vscode",
"glenn2223.live-sass",
"guodongsun.vscode-git-cruise",
"kvcvc.sequelize-snippets",
"mattpocock.ts-error-translator",
"ms-vscode.vscode-typescript-next",
"pkief.material-icon-theme",
"prisma.prisma",
"rangav.vscode-thunder-client",
"ritwickdey.liveserver",
"s-nlf-fh.glassit",
"shd101wyy.markdown-preview-enhanced",
"syler.sass-indented",
"tabnine.tabnine-vscode",
"yoavbls.pretty-ts-errors",
"zhang-renyang.chat-gpt"
]
}