helix-twcss 0.0.17 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "helix-twcss",
3
+ "version": "0.14.3",
3
4
  "description": "Tailwind CSS Language Server",
4
5
  "license": "MIT",
5
- "version": "0.0.17",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -13,15 +13,15 @@
13
13
  },
14
14
  "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme",
15
15
  "scripts": {
16
- "build": "npm run clean && npm run _esbuild && npm run hashbang && chmod +x ./bin/tailwindcss-language-server && npm run code2",
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",
20
20
  "create-notices-file": "node scripts/createNoticesFile.mjs",
21
- "prepublishOnly": "npm run build",
21
+ "prepublishOnly": "pnpm run build",
22
22
  "test": "vitest",
23
- "test:prepare": "node tests/prepare.js",
24
- "code2": "cp -r ./bin/* /home/uros/.nvm/versions/node/v20.9.0/lib/node_modules/helix-twcss/bin"
23
+ "pretest": "node tests/prepare.mjs",
24
+ "code2": "cp -r ./bin/* /home/uros/.nvm/versions/node/v22.3.0/lib/node_modules/helix-twcss/bin"
25
25
  },
26
26
  "bin": {
27
27
  "hx-tw": "./bin/tailwindcss-language-server"
@@ -38,51 +38,66 @@
38
38
  "@tailwindcss/aspect-ratio": "0.4.2",
39
39
  "@tailwindcss/container-queries": "0.1.0",
40
40
  "@tailwindcss/forms": "0.5.3",
41
+ "@tailwindcss/language-service": "workspace:*",
41
42
  "@tailwindcss/line-clamp": "0.4.2",
43
+ "@tailwindcss/oxide": "^4.0.0-alpha.19",
42
44
  "@tailwindcss/typography": "0.5.7",
45
+ "@types/color-name": "^1.1.3",
46
+ "@types/culori": "^2.1.0",
43
47
  "@types/debounce": "1.2.0",
44
- "@types/node": "14.14.34",
48
+ "@types/dlv": "^1.1.4",
49
+ "@types/find-up": "^4.0.0",
50
+ "@types/license-checker": "^25.0.6",
51
+ "@types/node": "^18.19.33",
52
+ "@types/normalize-path": "^3.0.2",
53
+ "@types/picomatch": "^2.3.3",
54
+ "@types/postcss-import": "^14.0.3",
55
+ "@types/stack-trace": "^0.0.33",
45
56
  "@types/vscode": "1.65.0",
46
- "browserslist": "^4.22.1",
47
- "bun-types": "^1.0.6",
48
- "chokidar": "3.5.1",
57
+ "browserslist": "^4.23.0",
58
+ "bun-types": "^1.1.1",
59
+ "chokidar": "3.6.0",
49
60
  "color-name": "1.1.4",
50
- "culori": "0.20.1",
61
+ "culori": "^4.0.1",
51
62
  "debounce": "1.2.0",
63
+ "dedent": "^1.5.3",
52
64
  "deepmerge": "4.2.2",
53
65
  "dlv": "1.1.3",
54
- "dset": "3.1.2",
55
- "enhanced-resolve-301": "0.0.1",
56
- "esbuild": "^0.19.5",
66
+ "dset": "3.1.4",
67
+ "enhanced-resolve": "^5.16.1",
68
+ "esbuild": "^0.24.0",
57
69
  "fast-glob": "3.2.4",
58
70
  "find-up": "5.0.0",
59
- "is-builtin-module": "3.2.1",
71
+ "jiti": "^2.3.3",
60
72
  "klona": "2.0.4",
61
73
  "license-checker": "25.0.1",
62
- "minimatch": "5.1.4",
63
74
  "minimist": "^1.2.8",
64
75
  "normalize-path": "3.0.0",
76
+ "picomatch": "^4.0.1",
65
77
  "pkg-up": "3.1.0",
66
78
  "postcss": "8.4.31",
79
+ "postcss-import": "^16.1.0",
67
80
  "postcss-load-config": "3.0.1",
68
81
  "postcss-selector-parser": "6.0.2",
69
- "prettier": "2.3.0",
70
82
  "resolve": "1.20.0",
71
83
  "rimraf": "3.0.2",
72
84
  "stack-trace": "0.0.10",
73
- "tailwindcss": "3.3.0",
74
- "@tailwindcss/language-service": "*",
75
- "typescript": "4.6.4",
76
- "vitest": "0.34.2",
85
+ "tailwindcss": "3.4.17",
86
+ "tailwindcss-v4": "npm:tailwindcss@4.0.0",
87
+ "tsconfck": "^3.1.4",
88
+ "tsconfig-paths": "^4.2.0",
89
+ "typescript": "5.3.3",
90
+ "vite-tsconfig-paths": "^4.3.1",
91
+ "vitest": "^1.6.1",
77
92
  "vscode-css-languageservice": "6.2.9",
78
- "vscode-jsonrpc": "8.1.0",
79
- "vscode-languageserver": "8.0.2",
80
- "vscode-languageserver-textdocument": "1.0.7",
93
+ "vscode-jsonrpc": "8.2.0",
94
+ "vscode-languageclient": "8.1.0",
95
+ "vscode-languageserver": "8.1.0",
96
+ "vscode-languageserver-protocol": "^3.17.5",
97
+ "vscode-languageserver-textdocument": "1.0.11",
81
98
  "vscode-uri": "3.0.2"
82
99
  },
83
- "prettier": {
84
- "semi": false,
85
- "singleQuote": true,
86
- "printWidth": 100
100
+ "engines": {
101
+ "node": ">=18.0.0"
87
102
  }
88
- }
103
+ }