-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 909 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
{
"name": "NFT_Flush",
"version": "1.0.1",
"description": "xApp for clearing lost open NFT offers and reclaiming your reserve",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite --port 3009",
"build": "vite build",
"serve": "vite preview --port 3009"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.5.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"vue": "^3.1.2",
"vue-axios": "^3.4.1",
"vue-numerals": "^4.0.6",
"vue-router": "^4.0.10",
"vuex": "^4.0.2",
"xrpl-client": "^1.9.5",
"xumm-sdk": "^1.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.1.2",
"sass": "^1.35.1",
"vite": "^4.0.0"
}
}