Home

tailwind-ctp-intellisense @33f94bae1a74621ca94ce62fa5053d64e6736203 - 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
{
  "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",
    "lerna": "^3.22.1",
    "mri": "1.2.0"
  }
}