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