-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "cryptomeetup-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && echo '/* /index.html 200' >> ./dist/_redirects",
"test": "npm run lint",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@geo-maps/countries-coastline-10km": "^0.6.0",
"@xkeshi/vue-qrcode": "^1.0.0",
"axios": "^0.18.0",
"buefy": "^0.7.0",
"core-decorators": "^0.20.0",
"d3-geo": "^1.11.1",
"eosjs": "16.0.9",
"eventemitter2": "^5.0.1",
"geolib": "^2.0.24",
"hammerjs": "^2.0.8",
"i18n-iso-countries": "^3.7.8",
"is-touch-device": "^1.0.1",
"js-sha256": "^0.9.0",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.0",
"mapbox-gl": "^0.51.0-beta.2",
"mapbox-gl-vue": "^1.9.0",
"marked": "^0.5.1",
"prejs": "^1.2.6",
"scatterjs-core": "^2.3.3",
"scatterjs-plugin-eosjs": "^1.3.9",
"three": "^0.97.0",
"vue": "^2.5.17",
"vue-clipboard2": "^0.2.1",
"vue-i18n": "^8.2.1",
"vue-markdown": "^2.2.4",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue2-transitions": "^0.2.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-airbnb": "^3.0.5",
"babel-eslint": "^10.0.1",
"node-sass": "^4.9.4",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.2.0",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.5.17"
}
}