-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.76 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
{
"categories": [
"Extension Packs"
],
"description": "Best suited for Laravel developers who want to use VS Code as their main editor. This extension pack includes everything you need to start coding Laravel projects in VS Code.",
"displayName": "Better Laravel Extension Pack",
"engines": {
"vscode": "^1.83.0"
},
"extensionPack": [
"ahinkle.laravel-model-snippets",
"amiralizadeh9480.laravel-extra-intellisense",
"arbitraer.laravel-blade-additional-snippets",
"arifbudimanar.arifcode-theme-exclusive",
"arifbudimanar.arifcode-theme-windows",
"arifbudimanar.arifcode-theme",
"austenc.laravel-blade-spacer",
"bierner.markdown-checkbox",
"bierner.markdown-preview-github-styles",
"bmewburn.vscode-intelephense-client",
"bradlc.vscode-tailwindcss",
"christian-kohler.npm-intellisense",
"cierra.livewire-vscode",
"codingyu.laravel-goto-view",
"csstools.postcss",
"cweijan.vscode-mysql-client2",
"dansysanalyst.pest-snippets",
"ecmel.vscode-html-css",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"georgykurian.laravel-ide-helper",
"GitHub.github-vscode-theme",
"heybourn.headwind",
"lennardv.livewire-goto-updated",
"m1guelpf.better-pest",
"MehediDracula.php-namespace-resolver",
"mhutchie.git-graph",
"mikestead.dotenv",
"MrChetan.phpstorm-parameter-hints-in-vscode",
"mrmlnc.vscode-duplicate",
"muath-ye.composer-Intelephense",
"naoray.laravel-goto-components",
"nhedger.inertia",
"onecentlin.laravel-blade",
"onecentlin.laravel5-snippets",
"open-southeners.laravel-pint",
"ow.vscode-subword-navigation",
"pcbowers.alpine-intellisense",
"pgl.laravel-jump-controller",
"phiter.phpstorm-snippets",
"PKief.material-icon-theme",
"rangav.vscode-thunder-client",
"rexshi.phpdoc-comment-vscode-plugin",
"ryannaddy.laravel-artisan",
"shufo.vscode-blade-formatter",
"stef-k.laravel-goto-controller",
"Tyriar.lorem-ipsum",
"usernamehw.errorlens",
"waderyan.gitblame",
"wmaurer.change-case"
],
"galleryBanner": {
"color": "#240804",
"theme": "dark"
},
"icon": "images/icon.png",
"keywords": [
"better",
"laravel",
"extension-pack",
"php",
"tailwindcss",
"intelephense",
"material-icon-theme",
"php-parameter-hints",
"pint",
"pest",
"livewire",
"vscode",
"vscode-extension",
"minimalist",
"shortcuts"
],
"license": "MIT",
"maintainers": [
"Arif Budiman Arrosyid"
],
"name": "better-laravel-extension-pack",
"publisher": "arifbudimanar",
"repository": {
"type": "git",
"url": "https://github.com/arifbudimanar/better-laravel-extension-pack"
},
"version": "0.0.21"
}