mirror of
https://github.com/potato47/ccc-devtools.git
synced 2026-04-06 13:22:32 +00:00
feat: 整体重构
This commit is contained in:
16
packages/cccdev-template-3x/package.json
Normal file
16
packages/cccdev-template-3x/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "cccdev-template-3x",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc --noEmit && vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.9.1",
|
||||
"@preact/signals": "^1.3.0",
|
||||
"preact": "^10.24.3",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user