初始化提交

This commit is contained in:
2025-10-10 08:13:38 +08:00
commit 0d4c7353f4
1361 changed files with 13945 additions and 0 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "smartisannote.vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"android": "npx cap run android",
"dev": "vite",
"build": "vite build && npx cap sync",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@capacitor/android": "^5.7.2",
"@capacitor/cli": "^5.7.2",
"@capacitor/core": "^5.7.2",
"@capacitor/ios": "^5.7.2",
"@vue/cli-service": "^5.0.9",
"@vue/compiler-sfc": "^3.5.22",
"ionicons": "^7.4.0",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8"
}
}