-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.6 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
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
{
"name": "mastermind-web-dev-stack",
"displayName": "MasterMind Web Dev Stack",
"description": "The Ultimate Full-Stack Bundle for HTML, CSS, JS, PHP, Laravel, Tailwind, Vue, and MySQL, created by Munna MasterMind.",
"publisher": "munna-mastermind",
"license": "MIT",
"version": "1.0.0",
"engines": {
"vscode": "^1.80.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"web development",
"html",
"css",
"javascript",
"php",
"laravel",
"tailwind",
"vue",
"vscode",
"developer tools",
"php development",
"laravel development",
"vscode extension pack"
],
"repository": {
"type": "git",
"url": "https://github.com/Munna-Soft/MasterMind-Web-Dev-Stack.git"
},
"icon": "logo.png",
"extensionPack": [
"adpyke.codesnap",
"amiralizadeh9480.laravel-extra-intellisense",
"bmewburn.vscode-intelephense-client",
"bradlc.vscode-tailwindcss",
"brapifra.phpserver",
"christian-kohler.path-intellisense",
"codingyu.laravel-goto-view",
"cweijan.dbclient-jdbc",
"cweijan.vscode-mysql-client2",
"damms005.devdb",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"devsense.composer-php-vscode",
"devsense.intelli-php-vscode",
"devsense.phptools-vscode",
"devsense.profiler-php-vscode",
"dracula-theme.theme-dracula",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"formulahendry.code-runner",
"github.copilot-chat",
"glitchbl.laravel-create-view",
"hollowtree.vue-snippets",
"ihunte.laravel-blade-wrapper",
"mehedidracula.php-namespace-resolver",
"mikestead.dotenv",
"ms-vscode.live-server",
"naoray.laravel-goto-components",
"naumovs.color-highlight",
"neilbrayfield.php-docblocker",
"oderwat.indent-rainbow",
"onecentlin.laravel-blade",
"onecentlin.laravel-extension-pack",
"onecentlin.laravel5-snippets",
"pgl.laravel-jump-controller",
"pkief.material-icon-theme",
"pranaygp.vscode-css-peek",
"rangav.vscode-thunder-client",
"ritwickdey.liveserver",
"ryannaddy.laravel-artisan",
"shufo.vscode-blade-formatter",
"silofy.hackthebox",
"simonsiefke.svg-preview",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"vue.volar",
"wix.vscode-import-cost",
"xabikos.javascriptsnippets",
"xdebug.php-debug",
"xdebug.php-pack",
"zignd.html-css-class-completion",
"zobo.php-intellisense"
]
}