This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.7 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
{
"name": "crypto-cap-watcher",
"version": "1.2.0",
"description": "Crypto Cap Watcher is a web tool for monitoring the crypto currencies global market capitalization, daily aggregated global volume of exchangers and bitcoin dominance over the market.",
"author": "xdemocle <[email protected]>",
"bugs": {
"url": "https://github.com/xdemocle/crypto-cap-watcher/issues"
},
"homepage": "https://github.com/xdemocle/crypto-cap-watcher#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/xdemocle/crypto-cap-watcher.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "yarn serve",
"reinstall": "rm -fr ./node_modules && yarn install",
"serve-dist": "cd dist/ && ws --spa index.html"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"axios": "^0.19.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"custom-event-polyfill": "^1.0.7",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.32",
"register-service-worker": "^1.7.1",
"socket.io-client": "^3.1.0",
"visibilityjs": "^2.0.2",
"vue": "^2.6.11",
"vue-currency-filter": "^5.2.0",
"vue-fullscreen": "^2.2.0",
"vue-i18n": "^8.22.4",
"vue-moment": "^4.1.0",
"vue-router": "^3.1.5",
"vue-socket.io": "^3.0.10",
"vuetify": "^2.4.3",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.2",
"bitbar-webpack-progress-plugin": "^1.0.0",
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.0.0",
"eslint-config-vuetify": "^0.4.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^6.0.1",
"local-web-server": "^3.0.7",
"prettier": "^1.18.2",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.3",
"vue-cli-plugin-pwa": "^4.6.0",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}