This commit is contained in:
dcr_xuxgc
2026-06-12 17:49:54 +08:00
commit d759a9e740
69 changed files with 14243 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "jnote-ui",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "vite build --mode production",
"preview": "vite preview --port 5050"
},
"dependencies": {
"marked": "^18.0.5",
"pinia": "^2.0.4",
"vue": "^3.2.22",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.0",
"vite": "^2.6.14"
}
}