forked from alcorexchange/alcor-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.68 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
{
"name": "AlcorExchange",
"version": "1.0.0",
"description": "Exchange for eosio tokens",
"author": "avral",
"private": true,
"scripts": {
"dev": "cross-env 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",
"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 ."
},
"dependencies": {
"@azukisiromochi/vue-mo.js": "^1.0.2",
"@bloks/web-sdk": "^2.7.23-55",
"@eosrio/hyperion-stream-client": "^0.4.0-beta.5",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/sentry": "^4.3.4",
"@proton/web-sdk": "^4.1.11",
"@scatterjs/core": "^2.7.54",
"@scatterjs/eosjs2": "^1.5.36",
"@vue/eslint-config-standard": "^5.0.0",
"@waxio/waxjs": "https://github.com/worldwide-asset-exchange/waxjs#develop",
"anchor-link": "^3.4.1",
"anchor-link-browser-transport": "^3.2.5",
"apexcharts": "^3.25.0",
"axios": "^0.21.2",
"axios-retry": "^3.1.2",
"big.js": "^5.2.2",
"bootstrap": "^4.3.1",
"bootstrap-utilities": "^4.1.3",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"element-ui": "^2.15.8",
"eos-common": "^0.8.0",
"eosjs": "^22.1.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",
"lodash": "^4.17.21",
"mongoose": "^5.13.12",
"node-fetch": "^2.6.0",
"nuxt": "^2.15.8",
"nuxt-highcharts": "^2.0.3",
"nuxt-imagemin": "^1.0.0",
"ping.js": "^0.3.0",
"redis": "^4.0.0-rc.3",
"route-cache": "^0.4.5",
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2",
"v-click-outside": "^3.1.2",
"vue-apexcharts": "^1.6.0",
"vue-grid-layout": "^2.3.12",
"vue-infinite-loading": "^2.4.5",
"vue-moment": "^4.0.0",
"vue-no-ssr": "^1.1.1",
"vue-scrollto": "^2.20.0",
"vuex-persistedstate": "^3.0.1",
"web3-utils": "^1.6.0"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/device": "^2.0.1",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.2.2",
"babel-eslint": "^10.0.1",
"eslint": "^7.8.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-vue": "^6.0.1",
"esm": "^3.2.25",
"nodemon": "^2.0.4",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.32.8",
"sass-loader": "10",
"vconsole": "^3.3.4"
}
}