-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
79 lines (79 loc) · 2.22 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
{
"name": "minter-explorer-web",
"version": "1.3.0",
"description": "Minter Explorer Website",
"author": "shrpne <[email protected]>",
"private": true,
"scripts": {
"prod": "npm run production",
"production": "npm run build",
"dev": "gulp & nuxt --port=3009",
"build": "gulp once && nuxt build",
"start": "nuxt start --port=3009",
"generate": "gulp once && nuxt generate --fail-on-error",
"analyze": "gulp once && nuxt build --analyze",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix .",
"precommit": "echo 'Pre-commit checks...' && npm run lint"
},
"pre-commit": [
"precommit"
],
"dependencies": {
"@material/snackbar": "^14.0.0",
"axios": "^0.27.2",
"axios-extensions": "^3.1.6",
"big.js": "^6.2.1",
"camelcase-keys": "^7.0.2",
"centrifuge": "^2.8.5",
"chart.js": "^2.9.4",
"clipbrd": "^1.0.2",
"date-fns": "^2.29.3",
"entity-decode": "^2.0.2",
"from-exponential": "^1.1.1",
"lodash-es": "^4.17.21",
"minter-coin-block-list": "0.0.10",
"minter-footer-links": "^3.1.0",
"minter-js-sdk": "^0.45.6",
"minterjs-tx": "^12.0.3",
"minterjs-util": "^0.24.2",
"nuxt": "^2.16.2",
"pretty-num": "^0.5.2",
"qrcode.vue": "^1.7.0",
"thousands": "^1.0.1",
"v-tooltip": "^2.1.3",
"vue-inline-svg": "^2.1.3",
"web3-eth-abi": "^1.8.2",
"web3-utils": "^1.8.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxt/types": "^2.16.2",
"autoprefixer": "^10.4.13",
"beeper": "^2.1.0",
"del": "^6.1.1",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-vue": "^9.9.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"postcss-normalize": "^10.0.1",
"pre-commit": "^1.2.2"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}