@tailwindcss/language-server 0.0.0-insiders.fd42dac → 0.0.0-insiders.fdb0df2
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 +343 -384
- package/package.json +22 -16
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.fdb0df2",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -39,41 +39,49 @@
|
|
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",
|
44
|
+
"@types/color-name": "^1.1.3",
|
45
|
+
"@types/culori": "^2.1.0",
|
43
46
|
"@types/debounce": "1.2.0",
|
44
|
-
"@types/
|
47
|
+
"@types/dlv": "^1.1.4",
|
48
|
+
"@types/find-up": "^4.0.0",
|
49
|
+
"@types/license-checker": "^25.0.6",
|
50
|
+
"@types/node": "^18.19.33",
|
51
|
+
"@types/normalize-path": "^3.0.2",
|
52
|
+
"@types/picomatch": "^2.3.3",
|
53
|
+
"@types/postcss-import": "^14.0.3",
|
54
|
+
"@types/stack-trace": "^0.0.33",
|
45
55
|
"@types/vscode": "1.65.0",
|
46
|
-
"browserslist": "^4.
|
47
|
-
"bun-types": "^1.
|
56
|
+
"browserslist": "^4.23.0",
|
57
|
+
"bun-types": "^1.1.1",
|
48
58
|
"chokidar": "3.5.1",
|
49
59
|
"color-name": "1.1.4",
|
50
|
-
"culori": "0.
|
60
|
+
"culori": "^4.0.1",
|
51
61
|
"debounce": "1.2.0",
|
52
62
|
"deepmerge": "4.2.2",
|
53
63
|
"dlv": "1.1.3",
|
54
64
|
"dset": "3.1.2",
|
55
|
-
"
|
56
|
-
"
|
65
|
+
"esbuild": "^0.20.2",
|
66
|
+
"enhanced-resolve": "^5.16.1",
|
57
67
|
"fast-glob": "3.2.4",
|
58
68
|
"find-up": "5.0.0",
|
59
|
-
"is-builtin-module": "3.2.1",
|
60
69
|
"klona": "2.0.4",
|
61
70
|
"license-checker": "25.0.1",
|
62
|
-
"minimatch": "5.1.4",
|
63
71
|
"minimist": "^1.2.8",
|
64
72
|
"normalize-path": "3.0.0",
|
73
|
+
"picomatch": "^4.0.1",
|
65
74
|
"pkg-up": "3.1.0",
|
66
75
|
"postcss": "8.4.31",
|
67
76
|
"postcss-load-config": "3.0.1",
|
68
77
|
"postcss-selector-parser": "6.0.2",
|
69
|
-
"prettier": "^2.8.8",
|
70
78
|
"resolve": "1.20.0",
|
71
79
|
"rimraf": "3.0.2",
|
72
80
|
"stack-trace": "0.0.10",
|
73
|
-
"tailwindcss": "3.4.
|
81
|
+
"tailwindcss": "3.4.4",
|
74
82
|
"typescript": "5.3.3",
|
75
83
|
"vite-tsconfig-paths": "^4.3.1",
|
76
|
-
"vitest": "^1.
|
84
|
+
"vitest": "^1.4.0",
|
77
85
|
"vscode-css-languageservice": "6.2.9",
|
78
86
|
"vscode-jsonrpc": "8.2.0",
|
79
87
|
"vscode-languageclient": "8.1.0",
|
@@ -81,9 +89,7 @@
|
|
81
89
|
"vscode-languageserver-textdocument": "1.0.11",
|
82
90
|
"vscode-uri": "3.0.2"
|
83
91
|
},
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"singleQuote": true,
|
87
|
-
"printWidth": 100
|
92
|
+
"engines": {
|
93
|
+
"node": ">=18.0.0"
|
88
94
|
}
|
89
95
|
}
|