-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 KB
/
package.json
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
42
43
{
"name": "amcl-app",
"version": "0.1.0",
"author": "ZhenXin",
"license": "GPL-3.0-only",
"homepage": "https://github.com/armoe-project/amcl-app",
"type": "module",
"private": true,
"scripts": {
"dev": "tauri dev",
"build": "tauri build",
"tauri": "tauri",
"vite:dev": "vite",
"vite:build": "vue-tsc --noEmit && vite build"
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tauri-apps/api": "^1.6.0",
"js-cookie": "^3.0.5",
"naive-ui": "^2.40.1",
"sass": "^1.79.4",
"vue": "^3.5.10",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@tauri-apps/cli": "^1.6.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
},
"packageManager": "bun@1.1.29"
}