Files
SmartisanNote.Remake/package.json
User e40288e8ef 所有页面的语法改写为setup形式;
修改了Header组件的样式、布局;
更新了IFLOW上下文;
添加了全局样式;
添加了pinia状态管理;
2025-10-10 11:43:51 +08:00

33 lines
724 B
JSON

{
"name": "smartisannote.vue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"android": "npx cap run android",
"build": "vite build && npx cap sync",
"dev":"vite"
},
"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",
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"less": "^4.4.2",
"vite": "^5.4.8"
}
}