forked from MinterTeam/minter-explorer-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.11 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
{
"name": "minter-explorer-web",
"version": "1.2.0",
"description": "Minter Explorer Website",
"author": "shrpne <[email protected]>",
"private": true,
"scripts": {
"prod": "npm run production",
"production": "npm run build",
"dev": "gulp & nuxt --spa --port=3009",
"build": "gulp once && nuxt build --spa",
"start": "nuxt start --spa --port=3009",
"generate": "gulp once && nuxt generate --fail-on-error",
"analyze": "gulp once && nuxt build --spa --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": "^6.0.0",
"@minterteam/footer-links": "^3.0.0",
"axios": "^0.19.2",
"big.js": "^5.2.2",
"camelcase-keys": "^6.2.2",
"centrifuge": "^2.6.0",
"chart.js": "^2.9.3",
"clipbrd": "^1.0.2",
"date-fns": "^2.14.0",
"entity-decode": "^2.0.2",
"from-exponential": "^1.0.0",
"lodash-es": "^4.17.15",
"minter-js-sdk": "^0.31.0",
"minterjs-tx": "^8.0.0",
"minterjs-util": "^0.15.1",
"nuxt": "^2.12.2",
"pretty-num": "^0.4.0",
"qrcode.vue": "^1.7.0",
"sockjs-client": "^1.4.0",
"thousands": "^1.0.1",
"vue-inline-svg": "^1.3.1"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"beeper": "^2.0.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
"postcss-normalize": "^9.0.0",
"pre-commit": "^1.2.2"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}