You've already forked SmartisanNote.Remake
33 lines
724 B
JSON
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"
|
|
}
|
|
}
|