-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.54 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
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
{
"name": "vscode-extensions",
"displayName": "VSCode Frontend Extensions",
"description": "Essential extensions for frontend developers",
"version": "0.0.6",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/niconaso/vscode-extensions.git"
},
"icon": "images/icon.png",
"galleryBanner": {
"color": "#00d1b2",
"theme": "dark"
},
"categories": [
"Extension Packs"
],
"keywords": [
"Angular",
"Ionic Framework",
"CapacitorJs",
"TypeScript",
"HTML",
"CSS",
"Web",
"Extensions",
"Frontend"
],
"publisher": "niconaso",
"extensionPack": [
"AlexShen.classdiagram-ts",
"AMiner.codegeex",
"Angular.ng-template",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"cyrilletuzi.angular-schematics",
"dbaeumer.vscode-eslint",
"donjayamanne.githistory",
"DotJoshJohnson.xml",
"ecmel.vscode-html-css",
"EditorConfig.EditorConfig",
"ericliu.coldcode",
"esbenp.prettier-vscode",
"fabianlauer.vs-code-xml-format",
"figma.figma-vscode-extension",
"fivethree.vscode-ionic-snippets",
"formulahendry.auto-rename-tag",
"ghaschel.vscode-angular-html",
"hardikpthv.NgRxSnippets",
"hedinne.stylelint-disable-snippets",
"henoc.svgeditor",
"Ionic.ionic",
"johnpapa.angular-essentials",
"johnpapa.Angular2",
"kisstkondoros.vscode-codemetrics",
"kisstkondoros.vscode-gutter-preview",
"lihui.vs-color-picker",
"meganrogge.template-string-converter",
"mhutchie.git-graph",
"michelemelluso.code-beautifier",
"nicoespeon.abracadabra",
"niconaso.vscode-extensions",
"obenjiro.arrr",
"oouo-diogo-perdigao.docthis",
"PKief.material-icon-theme",
"quicktype.quicktype",
"RandomFractalsInc.geo-data-viewer",
"redhat.vscode-yaml",
"richie5um2.vscode-sort-json",
"ryu1kn.partial-diff",
"sasa.vscode-sass-format",
"sp90.angular-control-flow-snippets",
"stylelint.vscode-stylelint",
"syler.sass-indented",
"vivaxy.vscode-conventional-commits",
"waderyan.gitblame",
"wix.vscode-import-cost",
"yoavbls.pretty-ts-errors",
"yzhang.markdown-all-in-one"
]
}