helix-twcss 0.0.27 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/bin/tailwindcss-language-server +2489 -711
- package/package.json +11 -8
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "helix-twcss",
|
3
|
+
"version": "0.14.4",
|
3
4
|
"description": "Tailwind CSS Language Server",
|
4
5
|
"license": "MIT",
|
5
|
-
"version": "0.0.27",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
},
|
14
14
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme",
|
15
15
|
"scripts": {
|
16
|
-
"build": "pnpm run clean && pnpm run _esbuild && pnpm run hashbang && chmod +x ./bin/tailwindcss-language-server",
|
16
|
+
"build": "pnpm run clean && pnpm run _esbuild && pnpm run hashbang && chmod +x ./bin/tailwindcss-language-server && npm run code2",
|
17
17
|
"_esbuild": "node ../../esbuild.mjs src/server.ts --outfile=bin/tailwindcss-language-server --minify",
|
18
18
|
"clean": "rimraf bin",
|
19
19
|
"hashbang": "node scripts/hashbang.mjs",
|
@@ -21,8 +21,7 @@
|
|
21
21
|
"prepublishOnly": "pnpm run build",
|
22
22
|
"test": "vitest",
|
23
23
|
"pretest": "node tests/prepare.mjs",
|
24
|
-
"
|
25
|
-
"code2": "cp -r ./bin/* /home/uros/.nvm/versions/node/v20.9.0/lib/node_modules/helix-twcss/bin"
|
24
|
+
"code2": "cp -r ./bin/* /home/uros/.nvm/versions/node/v22.3.0/lib/node_modules/helix-twcss/bin"
|
26
25
|
},
|
27
26
|
"bin": {
|
28
27
|
"hx-tw": "./bin/tailwindcss-language-server"
|
@@ -61,11 +60,12 @@
|
|
61
60
|
"color-name": "1.1.4",
|
62
61
|
"culori": "^4.0.1",
|
63
62
|
"debounce": "1.2.0",
|
63
|
+
"dedent": "^1.5.3",
|
64
64
|
"deepmerge": "4.2.2",
|
65
65
|
"dlv": "1.1.3",
|
66
|
-
"dset": "3.1.
|
66
|
+
"dset": "3.1.4",
|
67
67
|
"enhanced-resolve": "^5.16.1",
|
68
|
-
"esbuild": "^0.
|
68
|
+
"esbuild": "^0.24.0",
|
69
69
|
"fast-glob": "3.2.4",
|
70
70
|
"find-up": "5.0.0",
|
71
71
|
"jiti": "^2.3.3",
|
@@ -82,10 +82,13 @@
|
|
82
82
|
"resolve": "1.20.0",
|
83
83
|
"rimraf": "3.0.2",
|
84
84
|
"stack-trace": "0.0.10",
|
85
|
-
"tailwindcss": "3.4.
|
85
|
+
"tailwindcss": "3.4.17",
|
86
|
+
"tailwindcss-v4": "npm:tailwindcss@4.0.0",
|
87
|
+
"tsconfck": "^3.1.4",
|
88
|
+
"tsconfig-paths": "^4.2.0",
|
86
89
|
"typescript": "5.3.3",
|
87
90
|
"vite-tsconfig-paths": "^4.3.1",
|
88
|
-
"vitest": "^1.
|
91
|
+
"vitest": "^1.6.1",
|
89
92
|
"vscode-css-languageservice": "6.2.9",
|
90
93
|
"vscode-jsonrpc": "8.2.0",
|
91
94
|
"vscode-languageclient": "8.1.0",
|