helix-twcss 0.0.17 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "helix-twcss",
3
3
  "description": "Tailwind CSS Language Server",
4
4
  "license": "MIT",
5
- "version": "0.0.17",
5
+ "version": "0.0.27",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -13,13 +13,14 @@
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",
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
+ "pretest": "node tests/prepare.mjs",
23
24
  "test:prepare": "node tests/prepare.js",
24
25
  "code2": "cp -r ./bin/* /home/uros/.nvm/versions/node/v20.9.0/lib/node_modules/helix-twcss/bin"
25
26
  },
@@ -38,51 +39,62 @@
38
39
  "@tailwindcss/aspect-ratio": "0.4.2",
39
40
  "@tailwindcss/container-queries": "0.1.0",
40
41
  "@tailwindcss/forms": "0.5.3",
42
+ "@tailwindcss/language-service": "workspace:*",
41
43
  "@tailwindcss/line-clamp": "0.4.2",
44
+ "@tailwindcss/oxide": "^4.0.0-alpha.19",
42
45
  "@tailwindcss/typography": "0.5.7",
46
+ "@types/color-name": "^1.1.3",
47
+ "@types/culori": "^2.1.0",
43
48
  "@types/debounce": "1.2.0",
44
- "@types/node": "14.14.34",
49
+ "@types/dlv": "^1.1.4",
50
+ "@types/find-up": "^4.0.0",
51
+ "@types/license-checker": "^25.0.6",
52
+ "@types/node": "^18.19.33",
53
+ "@types/normalize-path": "^3.0.2",
54
+ "@types/picomatch": "^2.3.3",
55
+ "@types/postcss-import": "^14.0.3",
56
+ "@types/stack-trace": "^0.0.33",
45
57
  "@types/vscode": "1.65.0",
46
- "browserslist": "^4.22.1",
47
- "bun-types": "^1.0.6",
48
- "chokidar": "3.5.1",
58
+ "browserslist": "^4.23.0",
59
+ "bun-types": "^1.1.1",
60
+ "chokidar": "3.6.0",
49
61
  "color-name": "1.1.4",
50
- "culori": "0.20.1",
62
+ "culori": "^4.0.1",
51
63
  "debounce": "1.2.0",
52
64
  "deepmerge": "4.2.2",
53
65
  "dlv": "1.1.3",
54
66
  "dset": "3.1.2",
55
- "enhanced-resolve-301": "0.0.1",
56
- "esbuild": "^0.19.5",
67
+ "enhanced-resolve": "^5.16.1",
68
+ "esbuild": "^0.20.2",
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.4",
86
+ "typescript": "5.3.3",
87
+ "vite-tsconfig-paths": "^4.3.1",
88
+ "vitest": "^1.4.0",
77
89
  "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",
90
+ "vscode-jsonrpc": "8.2.0",
91
+ "vscode-languageclient": "8.1.0",
92
+ "vscode-languageserver": "8.1.0",
93
+ "vscode-languageserver-protocol": "^3.17.5",
94
+ "vscode-languageserver-textdocument": "1.0.11",
81
95
  "vscode-uri": "3.0.2"
82
96
  },
83
- "prettier": {
84
- "semi": false,
85
- "singleQuote": true,
86
- "printWidth": 100
97
+ "engines": {
98
+ "node": ">=18.0.0"
87
99
  }
88
- }
100
+ }