mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-28 21:20:25 +08:00
checkpoint. good to merge. we have a working tsunami view inside of wave (with lots of caveats). but enough for some dev testing. merge so we dont drift too far from main and while we're at a stable point.
16 lines
319 B
Cheetah
16 lines
319 B
Cheetah
{
|
|
"name": "tsunami-scaffold",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"author": {
|
|
"name": "Command Line Inc",
|
|
"email": "info@commandline.dev"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.13",
|
|
"tailwindcss": "^4.1.13"
|
|
}
|
|
}
|