mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
chore: bump version to v1.2.0, cleanup repo, and update docs refs
This commit is contained in:
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mivo",
|
||||
"version": "1.1.1",
|
||||
"description": "This is a complete rewrite of Mikhmon v3 using a modern MVC architecture.\r It runs on a lightweight custom core designed for performance on low-end devices (STB/Android).",
|
||||
"version": "1.2.0",
|
||||
"description": "This is a complete rewrite of Mivo using a modern MVC architecture.\r It runs on a lightweight custom core designed for performance on low-end devices (STB/Android).",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
@@ -22,8 +22,8 @@
|
||||
"chart.js": "^4.5.1",
|
||||
"flag-icons": "^7.5.0",
|
||||
"lucide": "^0.562.0",
|
||||
"lucide-vue-next": "^0.562.0",
|
||||
"qrious": "^4.0.2"
|
||||
"qrious": "^4.0.2",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.28.6",
|
||||
@@ -35,8 +35,6 @@
|
||||
"codemirror": "^6.0.2",
|
||||
"esbuild": "^0.27.2",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"vitepress": "^1.0.0-rc.31",
|
||||
"vue": "^3.4.0"
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user