-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.83 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "universaltools",
"displayName": "UniversalTools",
"icon": "icon.png",
"description": "UniversalTools is a set of useful NodeJS,Vue,Quasar and overall Web-development VSCODE extensions with one click installation.",
"version": "3.0.0",
"publisher": "universaltools",
"repository": {
"type": "git",
"url": "https://github.com/otabekoff/universaltools"
},
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"vsciot-vscode.vscode-arduino",
"abdelaziz18003.quasar-snippets",
"adpyke.codesnap",
"adrianthedev.vueGenerator",
"aeschli.vscode-css-formatter",
"ahmadawais.shades-of-purple",
"ardenivanov.svelte-intellisense",
"AttilioCapocchiani.vuejs-helper",
"burkeholland.simple-react-snippets",
"ms-vscode.cpptools",
"christian-kohler.npm-intellisense",
"CoenraadS.bracket-pair-colorizer",
"dannyconnell.split-html-attributes",
"dariofuzinato.vue-peek",
"dbaeumer.vscode-eslint",
"dennisvhest.npm-browser",
"DevEscalus.vuejs-component-creator",
"donjayamanne.githistory",
"eamodio.gitlens",
"eg2.vscode-npm-script",
"Equinusocio.vsc-community-material-theme",
"Equinusocio.vsc-material-theme",
"equinusocio.vsc-material-theme-icons",
"esbenp.prettier-vscode",
"firefox-devtools.vscode-firefox-debug",
"fivethree.vscode-svelte-snippets",
"fkkmemi.memi-quasar-snippets",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"funkyremi.vscode-google-translate",
"Gruntfuggly.todo-tree",
"helixquar.randomeverything",
"hollowtree.vue-snippets",
"humao.rest-client",
"ishiyama.vue-autoimport",
"jack89ita.open-file-from-path",
"johnsoncodehk.volar",
"jojoee.vue-cheatsheet",
"kisstkondoros.vscode-gutter-preview",
"lacroixdavid1.vscode-format-context-menu",
"liuji-jim.vue",
"madprops.when-did-i-start-working",
"mariorodeghiero.vue-theme",
"mikeburgh.xml-format",
"mrmlnc.vscode-attrs-sorter",
"mrmlnc.vscode-autoprefixer",
"mrmlnc.vscode-scss",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers",
"msjsdiag.vscode-react-native",
"naumovs.color-highlight",
"neptunedesign.vs-html-to-css",
"NickScialli.svelte-dark",
"octref.vetur",
"pivaszbs.svelte-autoimport",
"PKief.material-icon-theme",
"pranaygp.vscode-css-peek",
"razgraf.react-on-the-fly",
"redhat.java",
"rid9.datetime",
"ritwickdey.live-sass",
"ritwickdey.LiveServer",
"sibiraj-s.vscode-scss-formatter",
"silvenon.mdx",
"SimonMosesOnazi.quasar-v1-snippets",
"SimonSiefke.svg-preview",
"solnurkarim.html-to-css-autocompletion",
"sporiley.css-auto-prefix",
"steoates.autoimport",
"svelte.svelte-vscode",
"syler.sass-indented",
"sysoev.language-stylus",
"techer.open-in-browser",
"tht13.html-preview-vscode",
"titiaiev.vue-docs",
"vaniship.vue-ls-snippets",
"vincaslt.highlight-matching-tag",
"VisualStudioExptTeam.vscodeintellicode",
"vscjava.vscode-java-debug",
"vscjava.vscode-java-test",
"vscode-icons-team.vscode-icons",
"wayou.vscode-todo-highlight",
"wix.vscode-import-cost",
"Wscats.vue",
"xyc.vscode-mdx-preview",
"ysemeniuk.emmet-live",
"yzhang.markdown-all-in-one",
"Zignd.html-css-class-completion"
]
}