-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.97 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
{
"name": "mesg",
"version": "1.0.0",
"description": "MESG is an open-source decentralized infrastructure which makes all technologies on or off the blockchain interoperable. It’s a building platform for developers.",
"author": "Anthony ESTEBE <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "GA_ID=UA-117583862-2 GTM_ID=GTM-N7D8M2M nuxt build",
"start": "nuxt start",
"generate": "GA_ID=UA-117583862-2 GTM_ID=GTM-N7D8M2M nuxt generate && cp _redirects dist",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
},
"dependencies": {
"@mesg-components/button": "^1.2.0",
"@mesg-components/card": "^2.1.0",
"@mesg-components/embed-card": "^1.0.1",
"@mesg-components/header": "^2.0.1",
"@mesg-components/menu": "^1.0.9",
"@mesg-components/side-menu": "^1.1.0",
"@mesg-components/social-network": "^1.0.1",
"@mesg-components/table": "^1.1.3",
"@mesg-components/tag-label": "^2.0.1",
"@mesg-components/theme": "^2.1.1",
"@mesg-components/type-form-popup": "^1.0.2",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/google-tag-manager": "^2.2.0",
"@nuxtjs/pwa": "^2.5.0",
"@nuxtjs/sitemap": "^0.2.0",
"@nuxtjs/style-resources": "^0.1.2",
"@tryghost/content-api": "^1.3.5",
"codemirror": "^5.48.4",
"firebase": "^7.2.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"nuxt": "^2.6.3",
"vue-codemirror": "^4.0.6",
"vue-embed-gist": "^1.0.2",
"vue-sticky-directive": "0.0.7",
"vuexfire": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"unused-files-webpack-plugin": "^3.4.0",
"vue": "^2.6.10"
}
}