-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@vitejs/plugin-vue2": "^2.2.0",
"axios": "^0.21",
"laravel-vite-plugin": "^0.8.0",
"sass": "~1.32.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.2",
"vue": "^2.7.14"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@dicebear/core": "^7.0.5",
"@dicebear/identicon": "^7.0.5",
"@dicebear/initials": "^7.0.5",
"@sumsub/websdk": "^2.3.4",
"bignumber.js": "^9.0.1",
"centrifuge": "^2.7.6",
"debounce": "^1.2.1",
"flag-icon-css": "^3.4.6",
"highcharts": "9.0.1",
"highcharts-vue": "^1.3.5",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"moment": "^2.26.0",
"randomcolor": "^0.6.2",
"text-mask-addons": "^3.8.0",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
"v-mask": "^2.3.0",
"vue-clipboard2": "^0.3.1",
"vue-head": "^2.2.0",
"vue-i18n": "^8.25.0",
"vue-i18n-bridge": "^9.5.0",
"vue-router": "^3.6.5",
"vuetify": "^2.5.10",
"vuex": "^3.4.0"
}
}