-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.98 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
{
"name": "tallui-laravel-livewire-tailwind",
"displayName": "Laravel, Livewire, Filament, PHP and TALL-Stack VScode Extension Pack by Moox",
"description": "VS Code Extensions for Moox and the Tall-Stack: PHP, Laravel, Livewire, FilamentPHP, Tailwind and AlpineJS",
"version": "1.0.8",
"publisher": "adrolli",
"engines": {
"vscode": "^1.79.0"
},
"categories": [
"Other",
"Extension Packs"
],
"galleryBanner": {
"color": "#010e7e",
"theme": "dark"
},
"icon": "moox-signet.jpg",
"homepage": "https://moox.org",
"bugs": {
"url": "https://github.com/mooxphp/vscode/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mooxphp/vscode"
},
"extensionPack": [
"adrianwilczynski.alpine-js-intellisense",
"ahinkle.laravel-model-snippets",
"amiralizadeh9480.laravel-extra-intellisense",
"austenc.laravel-docs",
"austenc.livewire-docs",
"austenc.tailwind-docs",
"bebo925.livewire-switcher",
"bmewburn.vscode-intelephense-client",
"bourhaouta.tailwindshades",
"bradlc.vscode-tailwindcss",
"cierra.livewire-vscode",
"codingyu.laravel-goto-view",
"dansysanalyst.pest-snippets",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"heybourn.headwind",
"ikappas.composer",
"kamikillerto.vscode-colorize",
"MehediDracula.php-constructor",
"MehediDracula.php-namespace-resolver",
"mikestead.dotenv",
"neilbrayfield.php-docblocker",
"onecentlin.laravel-blade",
"onecentlin.laravel5-snippets",
"open-southeners.laravel-pint",
"patbenatar.advanced-new-file",
"phproberto.vscode-php-getters-setters",
"ryannaddy.laravel-artisan",
"sevavietl.php-files",
"shd101wyy.markdown-preview-enhanced",
"shufo.vscode-blade-formatter",
"stef-k.laravel-goto-controller",
"swordev.phpstan",
"ValeryanM.vscode-phpsab",
"wk-j.save-and-run",
"xdebug.php-debug"
]
}