-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
{
"name": "cybex-ex-2",
"version": "1.4.2",
"description": "Cybex2.0 Ex Frontend",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:prod": "USE_TESTNET=0 nuxt",
"dev:prod:no_mdp": "USE_MDP=0 USE_TESTNET=0 nuxt",
"dev:prod:mdp2": "USE_ENV=mdp2 USE_TESTNET=0 nuxt",
"dev:uat": "USE_ENV=uat nuxt",
"build": "USE_TESTNET=1 nuxt build",
"start": "nuxt start",
"generate": "USE_TESTNET=1 nuxt generate",
"generate:prod": "USE_TESTNET=0 nuxt generate",
"generate:prod:no_mdp": "USE_MDP=0 USE_TESTNET=0 nuxt generate",
"generate:uat": "USE_ENV=uat nuxt generate",
"generate:prod:mdp2": "USE_ENV=mdp2 USE_TESTNET=0 nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@sentry/browser": "^4.3.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^7.2.1",
"clipboard-polyfill": "^2.4.1",
"csvtojson": "^2.0.8",
"cybexjs": "^1.0.25",
"cybexjs-ws": "1.1.13",
"file-saver": "^2.0.1",
"jdenticon": "^2.1.0",
"js-cache": "^1.0.3",
"lodash": "^4.17.14",
"lzma": "2.1.6",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"nuxt": "^2.2.0",
"on-change": "^0.1.0",
"qrcode": "^1.2.0",
"sha256": "^0.2.0",
"tcomb": "^3.2.29",
"vue": "^2.5.16",
"vue-i18n": "^8.1.0",
"vue-server-renderer": "^2.5.16",
"vue2-filters": "^0.3.0",
"vue2-perfect-scrollbar": "~1.2.0",
"vuetify": "~1.3.12"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-imports": "^1.5.1",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.7.1",
"material-design-icons-iconfont": "^3.0.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.4.2",
"vue-template-compiler": "2.5.16"
}
}