forked from alcorexchange/alcor-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.53 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "AlcorExchange",
"version": "1.0.0",
"description": "Exchange for eosio tokens",
"author": "avral",
"private": true,
"scripts": {
"dev": "cross-env DISABLE_DB=true NODE_ENV=development nodemon -r esm server/index.js --watch server",
"dev2": "cross-env NODE_ENV=development nodemon --inspect -r esm server/index.js --watch server",
"build": "nuxt build",
"build-server": "tsc -p .",
"start-ts": "yarn run build -- -w",
"dev-server": "nodemon --exec babel-node TODO",
"start": "cross-env NODE_ENV=production node --nouse-idle-notification --expose-gc --max-old-space-size=8192 -r esm server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"format": "npx prettier --write .",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@alcorexchange/alcor-swap-sdk": "^1.0.24",
"@azukisiromochi/vue-mo.js": "^1.0.2",
"@eosrio/hyperion-stream-client": "^1.0.3",
"@ethersproject/units": "^5.7.0",
"@mathieustan/vue-intercom": "^0.0.9",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/sentry": "6.0.3",
"@proton/web-sdk": "^4.2.15",
"@scatterjs/core": "^2.7.54",
"@scatterjs/eosjs2": "^1.5.36",
"@socket.io/cluster-adapter": "^0.2.0",
"@socket.io/sticky": "^1.0.1",
"@types/node": "^18.15.9",
"@vue/eslint-config-standard": "^5.0.0",
"@waxio/waxjs": "^1.7.1",
"@wharfkit/antelope": "^1.0.7",
"anchor-link": "^3.5.1",
"anchor-link-browser-transport": "^3.5.1",
"apexcharts": "^3.25.0",
"axios": "^0.21.2",
"axios-multibase": "^0.1.0",
"axios-retry": "^3.1.2",
"big.js": "^5.2.2",
"bootstrap": "^4.3.1",
"bootstrap-utilities": "^4.1.3",
"caniuse-lite": "^1.0.30001486",
"cookie-universal-nuxt": "^2.2.2",
"cross-env": "^7.0.2",
"d3": "^7.8.2",
"decimal.js-light": "^2.5.1",
"dotenv": "^8.2.0",
"element-ui": "^2.15.12",
"eos-common": "^0.8.0",
"eosjs": "^22.1.0",
"eosjs-account-name": "^2.3.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"file-loader": "^6.2.0",
"form-data": "^3.0.0",
"http-status-codes": "^2.1.2",
"jsbi": "^4.3.0",
"lightweight-charts": "^4.1.0",
"lodash": "^4.17.21",
"mongoose": "^5.13.14",
"node-fetch": "^2.6.0",
"node-schedule": "^2.1.1",
"nuxt": "^2.15.8",
"nuxt-highcharts": "^2.0.3",
"nuxt-imagemin": "^1.0.0",
"ping.js": "^0.3.0",
"prompt-confirm": "^2.0.4",
"redis": "^4.0.0-rc.3",
"remove": "^0.1.5",
"route-cache": "^0.4.5",
"skeleton-loader-vue": "^1.0.10",
"socket.io": "^4.3.2",
"socket.io-client": "^4.7.2",
"tiny-invariant": "^1.3.1",
"toformat": "^2.0.0",
"v-click-outside": "^3.1.2",
"vue-apexcharts": "^1.6.0",
"vue-cat-carousel": "^0.9.3-6",
"vue-grid-layout": "^2.3.12",
"vue-gtag": "1.16.1",
"vue-infinite-loading": "^2.4.5",
"vue-moment": "^4.0.0",
"vue-no-ssr": "^1.1.1",
"vue-scrollto": "^2.20.0",
"vue-upload-drop-images": "^1.0.7",
"vue-virtual-scroller": "^1.1.2",
"vuex-persistedstate": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"web3-utils": "^1.6.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@iconify/vue2": "^1.2.1",
"@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/device": "^2.0.1",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@sentry/webpack-plugin": "^1.20.1",
"@types/d3": "^7.4.0",
"@types/express": "^4.17.17",
"@types/imagemin-svgo": "^10.0.2",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.56.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.1",
"eslint": "^7.8.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^6.0.1",
"esm": "^3.2.25",
"nodemon": "^2.0.4",
"prettier": "^2.8.4",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.32.8",
"sass-loader": "10",
"source-map-loader": "^4.0.1",
"typescript": "^5.0.2",
"vconsole": "^3.3.4"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 3 version",
"Chrome >= 35",
"Firefox >= 38",
"Edge >= 10",
"Explorer >= 10",
"ie >= 10",
"iOS >= 8",
"Safari >= 8",
"Android 2.3",
"Android >= 4",
"Opera >= 12"
]
}