-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 1.65 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
{
"name": "nextjs-13-power-snippets",
"displayName": "Nextjs 13/14+ Power Snippets | TypeScript/Javascript",
"description": "Code smarter and faster in Next.js 13/14+ with tailored snippets in TypeScript and Javascript",
"version": "0.1.3",
"engines": {
"vscode": "^1.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/krishnaacharyaa/nextjs-13-power-snippets.git"
},
"publisher": "krishnaacharyaa",
"icon": "images/nextjs_logo.png",
"categories": [
"Snippets"
],
"bugs": {
"url": "https://github.com/krishnaacharyaa/nextjs-13-power-snippets/issues"
},
"keywords": [
"next",
"nextjs",
"next.js",
"next-js",
"nextjs13",
"next.js13",
"next.js 13+",
"nextjs 13",
"nextjs 14",
"next.js 14",
"nextjs14",
"next.js14",
"nextjs13 power snippets",
"nextjs power snippets",
"next snippets",
"power snippets",
"nextjs snippets",
"code-snippets",
"snippets",
"react",
"development",
"productivity",
"javascript",
"typescript",
"react snippets",
"next.js snippets",
"frontend development",
"web development"
],
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/javascript/snippets.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/javascript/snippets.code-snippets"
},
{
"language": "typescript",
"path": "./snippets/typescript/snippets.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/typescript/snippets.code-snippets"
}
]
}
}