tailwind-ctp-intellisense/package.json

12 lines
233 B
JSON
Raw Normal View History

2018-04-19 20:18:23 +00:00
{
"name": "root",
"private": true,
"scripts": {
2022-01-06 11:13:55 +00:00
"bootstrap": "lerna bootstrap --hoist",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
},
2020-12-07 15:21:45 +00:00
"devDependencies": {
"lerna": "^3.22.1"
2020-12-07 15:21:45 +00:00
}
2018-04-19 20:18:23 +00:00
}