-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 909 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 909 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "seismic-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"@vueuse/core": "^14.2.1",
"cn-fontsource-975-maru-sc-regular": "^1.0.1",
"echarts": "^6.0.0",
"pinia": "^3.0.4",
"sass": "^1.97.3",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.43",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.0",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.5",
"wrangler": "^4.67.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
}
}