init: Capacitor project for 十二章服饰 APK

This commit is contained in:
2026-04-18 09:49:34 +08:00
commit 09b3eb09dc
28 changed files with 2954 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "12z-app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^8.0.4"
},
"dependencies": {
"@capacitor/android": "^8.3.1",
"@capacitor/cli": "^8.3.1",
"@capacitor/core": "^8.3.1",
"sharp": "^0.34.5"
}
}