@tailwindcss/language-server 0.0.0-insiders.c3bbd2f → 0.0.0-insiders.cf97d7a
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/tailwindcss-language-server +316 -319
- package/package.json +10 -8
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@tailwindcss/language-server",
|
3
3
|
"description": "Tailwind CSS Language Server",
|
4
4
|
"license": "MIT",
|
5
|
-
"version": "0.0.0-insiders.
|
5
|
+
"version": "0.0.0-insiders.cf97d7a",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -40,8 +40,16 @@
|
|
40
40
|
"@tailwindcss/language-service": "*",
|
41
41
|
"@tailwindcss/line-clamp": "0.4.2",
|
42
42
|
"@tailwindcss/typography": "0.5.7",
|
43
|
+
"@types/color-name": "^1.1.3",
|
43
44
|
"@types/debounce": "1.2.0",
|
45
|
+
"@types/dlv": "^1.1.4",
|
46
|
+
"@types/find-up": "^4.0.0",
|
47
|
+
"@types/license-checker": "^25.0.6",
|
44
48
|
"@types/node": "14.14.34",
|
49
|
+
"@types/normalize-path": "^3.0.2",
|
50
|
+
"@types/picomatch": "^2.3.3",
|
51
|
+
"@types/postcss-import": "^14.0.3",
|
52
|
+
"@types/stack-trace": "^0.0.33",
|
45
53
|
"@types/vscode": "1.65.0",
|
46
54
|
"browserslist": "^4.22.1",
|
47
55
|
"bun-types": "^1.0.6",
|
@@ -59,14 +67,13 @@
|
|
59
67
|
"is-builtin-module": "3.2.1",
|
60
68
|
"klona": "2.0.4",
|
61
69
|
"license-checker": "25.0.1",
|
62
|
-
"minimatch": "5.1.4",
|
63
70
|
"minimist": "^1.2.8",
|
64
71
|
"normalize-path": "3.0.0",
|
72
|
+
"picomatch": "^4.0.1",
|
65
73
|
"pkg-up": "3.1.0",
|
66
74
|
"postcss": "8.4.31",
|
67
75
|
"postcss-load-config": "3.0.1",
|
68
76
|
"postcss-selector-parser": "6.0.2",
|
69
|
-
"prettier": "^2.8.8",
|
70
77
|
"resolve": "1.20.0",
|
71
78
|
"rimraf": "3.0.2",
|
72
79
|
"stack-trace": "0.0.10",
|
@@ -80,10 +87,5 @@
|
|
80
87
|
"vscode-languageserver": "8.1.0",
|
81
88
|
"vscode-languageserver-textdocument": "1.0.11",
|
82
89
|
"vscode-uri": "3.0.2"
|
83
|
-
},
|
84
|
-
"prettier": {
|
85
|
-
"semi": false,
|
86
|
-
"singleQuote": true,
|
87
|
-
"printWidth": 100
|
88
90
|
}
|
89
91
|
}
|