Home

tailwind-ctp-intellisense @1fb0019928664fbd209dad79454d0dd6b408a039 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / package.json
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
  "name": "root",
  "private": true,
  "scripts": {
    "bootstrap": "lerna bootstrap --hoist",
    "clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
  },
  "devDependencies": {
    "esbuild": "0.14.11",
    "latest-semver": "^4.0.0",
    "lerna": "^3.22.1",
    "mri": "1.2.0"
  }
}