forked from Matataki-io/matataki-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.54 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "matataki",
"version": "4.4.2",
"description": "matataki",
"author": "matataki",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"precommit": "yarn lint",
"dev": "nuxt",
"build-dev": "cross-env NODE_ENV=development nuxt build",
"build-test": "cross-env NODE_ENV=testing nuxt build && node ali_oss_build.js",
"build-release": "cross-env NODE_ENV=release nuxt build && node ali_oss_build_release.js",
"build-prod": "cross-env NODE_ENV=production nuxt build && node ali_oss_build_prod.js",
"start-dev": "cross-env NODE_ENV=development nuxt start",
"start-test": "cross-env NODE_ENV=testing nuxt start",
"start-release": "cross-env NODE_ENV=production nuxt start",
"start-prod": "cross-env NODE_ENV=production nuxt start",
"start-aws-testing": "cross-env NODE_ENV=testing nuxt start --hostname 0.0.0.0 --port 8180",
"start-aws-prod": "cross-env NODE_ENV=production nuxt start --hostname 0.0.0.0 --port 8190",
"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",
"@matataki/editor": "1.3.13",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@sentry/browser": "5.9.1",
"@sentry/integrations": "5.8.0",
"@vant/touch-emulator": "1.2.0",
"axios": "^0.18.0",
"bignumber.js": "^9.0.0",
"broadcast-channel": "^3.0.3",
"compressorjs": "^1.0.5",
"countup.js": "2.0.6",
"cropperjs": "^1.5.4",
"cyanobridge": "^0.1.0",
"echarts": "^4.8.0",
"element-ui": "2.13.2",
"eosjs": "^16.0.9",
"highlightjs-solidity": "1.0.18",
"hover.css": "2.3.2",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.1",
"js-sha256": "^0.9.0",
"lodash": "^4.17.19",
"markdown-it": "^9.0.1",
"markdown-it-footnote": "^3.0.2",
"markdown-it-katex": "^2.0.3",
"markdown-render-js": "1.0.5",
"moment": "^2.24.0",
"nuxt": "2.13.2",
"nuxt-i18n": "6.6.0",
"oauth": "^0.9.15",
"ontology-dapi": "^0.4.9",
"qs": "^6.7.0",
"scatterjs-core": "^2.7.18",
"scatterjs-plugin-eosjs": "^1.5.1",
"store": "2.0.12",
"v-viewer": "^1.5.1",
"vant": "2.8.5",
"vconsole": "3.3.4",
"viewerjs": "^1.6.1",
"vue-clipboard2": "^0.3.0",
"vue-content-loader": "^0.2.2",
"vue-countup-v2": "4.0.0",
"vue-echarts": "^5.0.0-beta.0",
"vue-i18n": "^8.14.1",
"vue-lazyload": "1.3.3",
"vue-scroll-reveal": "^1.0.11",
"vue-upload-component": "^2.8.20",
"web3": "^1.2.2",
"weixin-js-sdk": "1.6.0",
"xss": "^1.0.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"ali-oss": "6.9.0",
"babel-eslint": "10.0.3",
"cross-env": "^5.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-html": "6.0.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"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"
}
}