-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.29 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": " vite build",
"serve": "vite preview",
"lint": "eslint --ext .ts,vue --ignore-path .gitignore .",
"start": "node server.js",
"test": "vitest",
"coverage": "vitest run --coverage",
"cypress:open": "cypress open"
},
"dependencies": {
"@headlessui/vue": "^1.3.0",
"@heroicons/vue": "^1.0.1",
"@kyvg/vue3-notification": "^2.3.4",
"@vuelidate/core": "^2.0.0-alpha.19",
"@vuelidate/validators": "^2.0.0-alpha.17",
"axios": "^0.21.1",
"clipboard-polyfill": "^3.0.3",
"date-fns": "^2.29.3",
"ethers": "^5.4.0",
"intersection-observer": "^0.12.0",
"locizer": "^3.3.1",
"pdfjs-dist": "^2.13.216",
"ripple-regex": "^1.1.8",
"sails.io.js": "^1.2.1",
"socket.io-client": "^2.4.0",
"vue": "^3.0.5",
"vue-i18n": "^9.2.0-beta.11",
"vue-multiselect": "^3.0.0-alpha.2",
"vue-router": "^4.0.9",
"vue3-lazyload": "^0.3.6",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"xrpl": "^2.1.1",
"xrpl-client": "^1.5.0",
"xumm-sdk": "^1.3.5",
"xumm-xapp-sdk": "^1.2.0"
},
"devDependencies": {
"@babel/types": "^7.15.6",
"@types/node": "^15.14.9",
"@types/sails.io.js": "^1.0.5",
"@types/vuelidate": "^0.7.14",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.2.6",
"axe-core": "^4.3.3",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"cypress": "^12.6.0",
"cypress-recurse": "^1.27.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"express": "^4.17.1",
"express-static-gzip": "^2.1.1",
"happy-dom": "^9.19.2",
"jsdom": "^21.1.0",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"typescript": "^4.3.2",
"vite": "^2.3.7",
"vite-plugin-html": "^2.1.2",
"vite-plugin-pwa": "^0.11.13",
"vitest": "^0.28.5",
"vue-axe": "^3.1.2",
"vue-tsc": "^0.0.24"
}
}