forked from BuyOwnEx/BOEClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.21 KB
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
{
"name": "boeclient",
"version": "1.0.1",
"license": "MIT",
"repository": "buyownex/boeclient",
"description": "Laravel b2b cryptocurrency exchange",
"author": "BuyOwnEx Ltd <support@buyownex.com>",
"homepage": "https://github.com/buyownex/boeclient",
"bugs": "https://github.com/buyownex/boeclient/issues",
"engines": {
"node": ">= 12.13.0"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@dicebear/avatars": "^4.6.9",
"@dicebear/avatars-avataaars-sprites": "^4.6.9",
"@dicebear/avatars-jdenticon-sprites": "^4.6.9",
"@sumsub/websdk": "^1.1.0",
"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",
"moment": "^2.26.0",
"moment-timezone": "^0.5.33",
"randomcolor": "^0.6.2",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.1",
"vue-gtag": "^1.16.1",
"vue-head": "^2.2.0",
"vue-i18n": "^8.25.0",
"vue-perfect-scrollbar": "^0.2.1",
"vuetify": "2.5.7",
"vuex": "^3.4.0",
"axios": "^0.21"
},
"devDependencies": {
"laravel-mix": "6.0.25",
"resolve-url-loader": "^3.1.4",
"sass": "1.32.13",
"sass-loader": "10.2.0",
"vue-loader": "15.9.8",
"css-loader": "^5.2.7",
"postcss-loader": "^4.3.0",
"file-loader": "^6.2.0",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "1.7.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"resolutions": {
"prosemirror-model": "1.9.1"
},
"keywords": [
"crypto",
"exchange",
"laravel",
"b2b"
]
}