-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "malven-ext",
"displayName": "malven-ext",
"description": "My personal extensions",
"version": "1.2.0",
"icon": "icon.png",
"engines": {
"vscode": "^1.37.0"
},
"categories": [
"Extension Packs"
],
"publisher": "malven",
"repository": {
"type": "git",
"url": "https://github.com/Malven/malven-ext"
},
"extensionPack": [
"aaron-bond.better-comments",
"andys8.jest-snippets",
"burkeholland.react-food-truck",
"capaj.vscode-exports-autocomplete",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"Fudge.auto-using",
"jasonnutter.search-node-modules",
"jchannon.csharpextensions",
"ms-vscode.csharp",
"ms-vsliveshare.vsliveshare",
"Orta.vscode-jest",
"pflannery.vscode-versionlens",
"quicktype.quicktype",
"sburg.vscode-javascript-booster",
"VisualStudioExptTeam.vscodeintellicode",
"wix.glean",
"wix.vscode-import-cost",
"vivaxy.vscode-conventional-commits"
]
}