-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 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
{
"name": "edge_staking_gui",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@edge/eslint-config-typescript": "^0.1.5",
"@edge/index-utils": "0.8.1",
"@edge/xe-utils": "1.11.1",
"@tauri-apps/api": "^1.5.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
"vue": "^3.2.45"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"eslint-plugin-vue": "^9.15.1",
"typescript": "^4.9.5",
"vite": "^4.2.3",
"vue-tsc": "^1.0.11"
}
}