-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
48
49
{
"name": "frontend",
"version": "2.3.2",
"scripts": {
"start": "vite --host=0.0.0.0",
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@dafcoe/vue-notification": "^0.1.6",
"@emurgo/cardano-serialization-lib-asmjs": "^11.5.0",
"@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",
"@monaco-editor/loader": "^1.3.2",
"@noble/ed25519": "^2.1.0",
"bech32": "^2.0.0",
"blakejs": "^1.2.1",
"bootstrap-vue": "^2.22.0",
"buffer": "^6.0.3",
"flowbite": "^1.5.3",
"install": "^0.13.0",
"kuber-client": "^3.0.2",
"monaco-editor": "^0.34.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-languageclient": "^4.0.3",
"npm": "^8.19.1",
"oh-vue-icons": "^1.0.0-rc3",
"tw-elements": "2.0.0",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vue-toast-notification": "^3.0.4"
},
"devDependencies": {
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "~4.6.3",
"vite": "^2.9.5",
"vue-tsc": "^0.34.7"
}
}