feat: init commit

This commit is contained in:
merlin
2025-10-16 16:52:08 +08:00
commit 7f2142c80f
32 changed files with 4717 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "myblog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.8.4",
"crypto-js": "^4.2.0",
"element-plus": "^2.9.7",
"github-markdown-css": "^5.8.1",
"marked": "^15.0.11",
"path": "^0.12.7",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"vditor": "^3.11.0",
"vue": "^3.5.13",
"vue-axios": "^3.5.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.2.0"
}
}