forked from Matataki-io/matataki-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.49 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
{
"name": "matataki",
"version": "1.0.0",
"description": "matataki",
"author": "matataki",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "yarn lint",
"dev": "nuxt",
"build": "nuxt build",
"build-dev": "cross-env NODE_ENV=development nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"svgo": "svgo -f icons/filter --config=icons/svgo.yml"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "1.0.1",
"@clampy-js/vue-clampy": "^1.0.6",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@sentry/browser": "5.9.1",
"@sentry/integrations": "5.8.0",
"axios": "^0.18.0",
"bignumber.js": "^9.0.0",
"broadcast-channel": "^3.0.3",
"compressorjs": "^1.0.5",
"cropperjs": "^1.5.4",
"cyanobridge": "^0.1.0",
"dom-to-image": "2.6.0",
"element-ui": "^2.10.1",
"eosjs": "^16.0.9",
"gsap": "3.0.1",
"html2canvas": "^1.0.0-rc.3",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.1",
"js-sha256": "^0.9.0",
"lodash": "^4.17.15",
"markdown-it": "^9.0.1",
"markdown-it-footnote": "^3.0.2",
"markdown-it-katex": "^2.0.3",
"mavon-editor-matataki": "2.7.17",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.3.0",
"ontology-dapi": "^0.4.9",
"qrcode": "1.4.2",
"qs": "^6.7.0",
"scatterjs-core": "^2.7.18",
"scatterjs-plugin-eosjs": "^1.5.1",
"vue-clipboard2": "^0.3.0",
"vue-content-loader": "^0.2.2",
"vue-html2canvas": "0.0.4",
"vue-i18n": "^8.14.1",
"vue-scroll-reveal": "^1.0.11",
"vue-upload-component": "^2.8.20",
"web3": "^1.2.2",
"xss": "^1.0.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.15.1",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"nodemon": "^1.18.9",
"sass-resources-loader": "^2.0.1",
"style-resources-loader": "^1.2.1",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.3.0",
"webpack-bundle-analyzer": "^3.3.2"
}
}