-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.71 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
{
"name": "vscode-next-pack",
"displayName": "NextJS Essential Extension Pack",
"description": "Essential extensions for NextJS development in Visual Studio Code (VS Code). This extension pack includes tools for NextJS, React, TypeScript, GraphQL, Prettier, ESLint, Jest, Git, CSS, HTML, Markdown, and more.",
"version": "1.2.0",
"icon": "icon.png",
"license": "MIT",
"publisher": "imgildev",
"author": {
"name": "Manuel Gil",
"url": "https://github.com/ManuelGil"
},
"sponsor": {
"url": "https://github.com/sponsors/manuelgil"
},
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"javascript",
"js",
"json",
"next",
"nextjs",
"node",
"nodejs",
"react",
"reactjs",
"schema",
"schematics",
"snippet",
"snippets",
"ts",
"typescript",
"vercel",
"vscode-extension",
"vscode"
],
"homepage": "https://github.com/ManuelGil/vscode-next-pack",
"repository": {
"type": "git",
"url": "https://github.com/ManuelGil/vscode-next-pack"
},
"bugs": {
"url": "https://github.com/ManuelGil/vscode-next-pack/issues"
},
"extensionPack": [
"aaron-bond.better-comments",
"blanu.vscode-styled-jsx",
"bradlc.vscode-tailwindcss",
"christian-kohler.path-intellisense",
"codezombiech.gitignore",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"gitlab.gitlab-workflow",
"GraphQL.vscode-graphql",
"Gruntfuggly.todo-tree",
"haydenbleasel.vercel-vscode",
"imgildev.vscode-nextjs-generator",
"imgildev.vscode-auto-barrel",
"imgildev.vscode-json-flow",
"jmkrivocapich.drawfolderstructure",
"kisstkondoros.vscode-gutter-preview",
"lucono.karma-test-explorer",
"MariusAlchimavicius.json-to-ts",
"mechatroner.rainbow-csv",
"mhutchie.git-graph",
"mikestead.dotenv",
"ms-vscode.vscode-typescript-next",
"MS-vsliveshare.vsliveshare",
"mushan.vscode-paste-image",
"naumovs.color-highlight",
"oderwat.indent-rainbow",
"pmneo.tsimporter",
"pulkitgangwar.nextjs-snippets",
"ritwickdey.liveserver",
"shardulm94.trailing-spaces",
"shd101wyy.markdown-preview-enhanced",
"steoates.autoimport",
"stringham.move-ts",
"styled-components.vscode-styled-components",
"usernamehw.errorlens",
"vincaslt.highlight-matching-tag",
"vivaxy.vscode-conventional-commits",
"willluke.nextjs",
"wix.vscode-import-cost",
"yoavbls.pretty-ts-errors",
"yzhang.markdown-all-in-one"
]
}