forked from alcorexchange/alcor-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·65 lines (65 loc) · 2.02 KB
/
package.json
File metadata and controls
executable file
·65 lines (65 loc) · 2.02 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
{
"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",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node -r esm server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/sentry": "^2.3.1",
"@vue/eslint-config-standard": "^5.0.0",
"@waxio/waxjs": "^0.0.11",
"anchor-link": "^2.0.0",
"anchor-link-browser-transport": "^2.0.1",
"axios": "^0.19.0",
"axios-cache-adapter": "^2.3.3",
"axios-retry": "^3.1.2",
"big.js": "^5.2.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"bootstrap-utilities": "^4.1.3",
"cross-env": "^5.2.0",
"element-ui": "^2.11.1",
"eos-common": "0.7.9",
"eos-transit": "^4.0.7",
"eos-transit-anchorlink-provider": "^4.0.7",
"eos-transit-keycat-provider": "^4.0.7",
"eos-transit-scatter-provider": "^4.0.5",
"eos-transit-simpleos-provider": "^4.0.7",
"eos-transit-tokenpocket-provider": "^4.0.5",
"eosjs": "^20.0.3",
"esm": "^3.2.25",
"http-status-codes": "^1.4.0",
"js-yaml": "^3.13.1",
"lightweight-charts": "^1.1.0",
"node-cache": "^5.1.0",
"node-fetch": "^2.6.0",
"nuxt": "^2.10.1",
"trading-vue-js": "^0.4.2",
"vue-github-buttons": "^3.1.0",
"vue-moment": "^4.0.0",
"vuex-persistedstate": "^3.0.1",
"webpack-bundle-analyzer": "^3.3.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.2.2",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-vue": "^6.0.1",
"nodemon": "^1.11.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"vue-functional-data-merge": "^3.1.0"
}
}