vuefinder 4.0.2 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/vuefinder.js +4451 -4014
- package/package.json +7 -2
- package/dist/favicon.ico +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuefinder",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "A sleek, developer-friendly file manager for Vue — organize, preview, and manage files with ease.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -34,7 +34,10 @@
|
|
|
34
34
|
"lint": "eslint .",
|
|
35
35
|
"lint:fix": "eslint . --fix",
|
|
36
36
|
"format": "prettier --write .",
|
|
37
|
-
"format:check": "prettier --check ."
|
|
37
|
+
"format:check": "prettier --check .",
|
|
38
|
+
"docs:dev": "vitepress dev docs",
|
|
39
|
+
"docs:build": "vitepress build docs",
|
|
40
|
+
"docs:preview": "vitepress preview docs"
|
|
38
41
|
},
|
|
39
42
|
"homepage": "https://github.com/n1crack/vuefinder#readme",
|
|
40
43
|
"keywords": [
|
|
@@ -123,7 +126,9 @@
|
|
|
123
126
|
"typescript": "~5.9.0",
|
|
124
127
|
"vite": "^7.1.7",
|
|
125
128
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
129
|
+
"vitepress": "^2.0.0-alpha.12",
|
|
126
130
|
"vitest": "^3.2.4",
|
|
131
|
+
"vue-github-button": "^3.1.3",
|
|
127
132
|
"vue-tsc": "^3.1.0"
|
|
128
133
|
}
|
|
129
134
|
}
|
package/dist/favicon.ico
DELETED
|
Binary file
|