@tailwindcss/language-server 0.0.0-insiders.e191eb5 → 0.0.0-insiders.ea974b9
Sign up to get free protection for your applications and to get access to all the features.
- package/ThirdPartyNotices.txt +2 -2
- package/bin/tailwindcss-language-server +354 -387
- package/package.json +14 -10
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.ea974b9",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -39,32 +39,33 @@
|
|
39
39
|
"@tailwindcss/forms": "0.5.3",
|
40
40
|
"@tailwindcss/language-service": "*",
|
41
41
|
"@tailwindcss/line-clamp": "0.4.2",
|
42
|
+
"@tailwindcss/oxide": "^4.0.0-alpha.16",
|
42
43
|
"@tailwindcss/typography": "0.5.7",
|
43
44
|
"@types/color-name": "^1.1.3",
|
45
|
+
"@types/culori": "^2.1.0",
|
44
46
|
"@types/debounce": "1.2.0",
|
45
47
|
"@types/dlv": "^1.1.4",
|
46
48
|
"@types/find-up": "^4.0.0",
|
47
49
|
"@types/license-checker": "^25.0.6",
|
48
|
-
"@types/node": "
|
50
|
+
"@types/node": "^18.19.33",
|
49
51
|
"@types/normalize-path": "^3.0.2",
|
50
52
|
"@types/picomatch": "^2.3.3",
|
51
53
|
"@types/postcss-import": "^14.0.3",
|
52
54
|
"@types/stack-trace": "^0.0.33",
|
53
55
|
"@types/vscode": "1.65.0",
|
54
|
-
"browserslist": "^4.
|
55
|
-
"bun-types": "^1.
|
56
|
+
"browserslist": "^4.23.0",
|
57
|
+
"bun-types": "^1.1.1",
|
56
58
|
"chokidar": "3.5.1",
|
57
59
|
"color-name": "1.1.4",
|
58
|
-
"culori": "0.
|
60
|
+
"culori": "^4.0.1",
|
59
61
|
"debounce": "1.2.0",
|
60
62
|
"deepmerge": "4.2.2",
|
61
63
|
"dlv": "1.1.3",
|
62
64
|
"dset": "3.1.2",
|
63
|
-
"
|
64
|
-
"
|
65
|
+
"esbuild": "^0.20.2",
|
66
|
+
"enhanced-resolve": "^5.16.1",
|
65
67
|
"fast-glob": "3.2.4",
|
66
68
|
"find-up": "5.0.0",
|
67
|
-
"is-builtin-module": "3.2.1",
|
68
69
|
"klona": "2.0.4",
|
69
70
|
"license-checker": "25.0.1",
|
70
71
|
"minimist": "^1.2.8",
|
@@ -77,15 +78,18 @@
|
|
77
78
|
"resolve": "1.20.0",
|
78
79
|
"rimraf": "3.0.2",
|
79
80
|
"stack-trace": "0.0.10",
|
80
|
-
"tailwindcss": "3.4.
|
81
|
+
"tailwindcss": "3.4.4",
|
81
82
|
"typescript": "5.3.3",
|
82
83
|
"vite-tsconfig-paths": "^4.3.1",
|
83
|
-
"vitest": "^1.
|
84
|
+
"vitest": "^1.4.0",
|
84
85
|
"vscode-css-languageservice": "6.2.9",
|
85
86
|
"vscode-jsonrpc": "8.2.0",
|
86
87
|
"vscode-languageclient": "8.1.0",
|
87
88
|
"vscode-languageserver": "8.1.0",
|
88
89
|
"vscode-languageserver-textdocument": "1.0.11",
|
89
90
|
"vscode-uri": "3.0.2"
|
91
|
+
},
|
92
|
+
"engines": {
|
93
|
+
"node": ">=18.0.0"
|
90
94
|
}
|
91
95
|
}
|