aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
blob: 104c9b33a838bd815348ac6690a863863f43d5aa (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
28
{
  "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.6.0",
    "marked": "^12.0.1",
    "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
    "vue": "^3.4.21",
    "vue-i18n": "^9.10.2",
    "vue-router": "^4.3.0",
    "vuex": "^4.0.2"
  },
  "devDependencies": {
    "@types/marked": "^6.0.0",
    "@vitejs/plugin-vue": "^3.1.0",
    "typescript": "^5.3.3",
    "vite": "^3.1.0",
    "vue-tsc": "^2.0.7"
  }
}