aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
blob: ca5bb9e4ff7fe3b7eb9c2734a2d10e12319efdd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "src-vue",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.0.9",
    "element-plus": "^2.7.8",
    "marked": "^13.0.2",
    "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
    "vue": "^3.4.35",
    "vue-i18n": "^9.13.1",
    "vue-router": "^4.4.3",
    "vuex": "^4.0.2"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^3.1.0",
    "typescript": "^5.5.4",
    "vite": "^3.1.0",
    "vue-tsc": "^2.0.29"
  }
}