-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "tailwindcss-extension-pack",
"displayName": "Tailwind CSS Extension Pack",
"version": "1.1.5-SNAPSHOT",
"description": "A collection of extensions for developing with Tailwind CSS",
"categories": [
"Extension Packs"
],
"keywords": [
"tailwind",
"tailwindui",
"tailwindcss",
"css",
"pack",
"packs",
"extensions",
"vscode"
],
"homepage": "https://marketplace.visualstudio.com/items?itemName=andrewmcodes.tailwindcss-extension-pack",
"bugs": {
"url": "https://github.com/andrewmcodes/vscode-tailwindcss-extension-pack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewmcodes/vscode-tailwindcss-extension-pack"
},
"license": "MIT",
"author": "Andrew Mason <andrewmcodes@protonmail.com>",
"publisher": "andrewmcodes",
"scripts": {
"release": "standard-version",
"deploy": "vsce publish --yarn",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"standard-version": "^9.0.0",
"vsce": "^1.81.1"
},
"extensionPack": [
"austenc.tailwind-docs",
"bradlc.vscode-tailwindcss",
"heybourn.headwind",
"macieklad.tailwind-sass-syntax"
],
"engines": {
"vscode": "^1.47.0"
},
"icon": "assets/logo.png",
"galleryBanner": {
"color": "#16BDCA",
"theme": "dark"
}
}