-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 967 Bytes
/
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
{
"name": "DAO-Vote",
"version": "0.0.1",
"description": "xApp for DAO to have members vote on their validator",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite --port 3016",
"build": "vite build",
"serve": "vite preview --port 3016"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"buffer": "^6.0.3",
"events": "^3.3.0",
"flagnames": "^1.0.6",
"vite-plugin-mkcert": "^1.16.0",
"vue": "^3.3.4",
"vue-axios": "^3.4.1",
"vue-numerals": "^4.0.6",
"vue-router": "^4.2.2",
"vuex": "^4.0.2",
"xrpl-client": "^2.0.11",
"xumm-sdk": "^1.8.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"sass": "^1.63.5",
"vite": "^4.3.9"
}
}