-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
44
45
46
47
{
"name": "multisig-ui2",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@alfsnd/vue-bootstrap-select": "^0.4.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"axios": "^1.1.2",
"blockies-ts": "^1.0.0",
"bootstrap": "^5.2.2",
"bootstrap-select": "^1.13.18",
"javascript-time-ago": "^2.5.9",
"snarkyjs": "^0.7.3",
"tictoc": "^0.1.0",
"vale-core": "^0.1.12",
"vite-plugin-cross-origin-isolation": "^0.1.6",
"vue": "^3.2.38",
"vue-router": "^4.1.5",
"web-worker": "^1.2.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.5",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"naive-ui": "^2.33.3",
"node-sass": "^7.0.3",
"npm-run-all": "^4.1.5",
"sass-loader": "^13.1.0",
"typescript": "~4.7.4",
"vfonts": "^0.0.3",
"vite": "^3.0.9",
"vite-plugin-chunk-split": "^0.4.6",
"vue-tsc": "^0.40.7",
"worker-plugin": "^5.0.1"
},
"type": "module"
}