@tailwindcss/language-server 0.0.0-insiders.dfef6c1 → 0.0.0-insiders.ecce42b
Sign up to get free protection for your applications and to get access to all the features.
- package/ThirdPartyNotices.txt +0 -15
- package/bin/tailwindcss-language-server +382 -362
- package/package.json +19 -15
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.ecce42b",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -37,10 +37,19 @@
|
|
37
37
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
38
38
|
"@tailwindcss/container-queries": "0.1.0",
|
39
39
|
"@tailwindcss/forms": "0.5.3",
|
40
|
+
"@tailwindcss/language-service": "*",
|
40
41
|
"@tailwindcss/line-clamp": "0.4.2",
|
41
42
|
"@tailwindcss/typography": "0.5.7",
|
43
|
+
"@types/color-name": "^1.1.3",
|
42
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",
|
43
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",
|
44
53
|
"@types/vscode": "1.65.0",
|
45
54
|
"browserslist": "^4.22.1",
|
46
55
|
"bun-types": "^1.0.6",
|
@@ -58,30 +67,25 @@
|
|
58
67
|
"is-builtin-module": "3.2.1",
|
59
68
|
"klona": "2.0.4",
|
60
69
|
"license-checker": "25.0.1",
|
61
|
-
"minimatch": "5.1.4",
|
62
70
|
"minimist": "^1.2.8",
|
63
71
|
"normalize-path": "3.0.0",
|
72
|
+
"picomatch": "^4.0.1",
|
64
73
|
"pkg-up": "3.1.0",
|
65
74
|
"postcss": "8.4.31",
|
66
75
|
"postcss-load-config": "3.0.1",
|
67
76
|
"postcss-selector-parser": "6.0.2",
|
68
|
-
"prettier": "2.3.0",
|
69
77
|
"resolve": "1.20.0",
|
70
78
|
"rimraf": "3.0.2",
|
71
79
|
"stack-trace": "0.0.10",
|
72
|
-
"tailwindcss": "3.
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"vitest": "
|
80
|
+
"tailwindcss": "3.4.1",
|
81
|
+
"typescript": "5.3.3",
|
82
|
+
"vite-tsconfig-paths": "^4.3.1",
|
83
|
+
"vitest": "^1.1.2",
|
76
84
|
"vscode-css-languageservice": "6.2.9",
|
77
|
-
"vscode-jsonrpc": "8.
|
78
|
-
"vscode-
|
79
|
-
"vscode-languageserver
|
85
|
+
"vscode-jsonrpc": "8.2.0",
|
86
|
+
"vscode-languageclient": "8.1.0",
|
87
|
+
"vscode-languageserver": "8.1.0",
|
88
|
+
"vscode-languageserver-textdocument": "1.0.11",
|
80
89
|
"vscode-uri": "3.0.2"
|
81
|
-
},
|
82
|
-
"prettier": {
|
83
|
-
"semi": false,
|
84
|
-
"singleQuote": true,
|
85
|
-
"printWidth": 100
|
86
90
|
}
|
87
91
|
}
|