-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "pay-auth",
"version": "1.0.0",
"description": "xApp for setting Payment Authorizations",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite --port 5500",
"build": "vite build",
"serve": "vite preview --port 5500"
},
"dependencies": {
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"buffer": "^6.0.3",
"decimal.js": "^10.4.3",
"events": "^3.3.0",
"mkcert": "^3.2.0",
"ripple-address-codec": "^5.0.0",
"vite-plugin-mkcert": "^1.17.6",
"vue": "^3.3.4",
"vue-axios": "^3.4.1",
"vue-i18n": "11",
"vue-numerals": "^4.0.6",
"vue-router": "^4.2.2",
"vuex": "^4.0.2",
"xrpl-client": "^2.3.0",
"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"
}
}