-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "minter-status-web",
"version": "1.0.0",
"description": "Minter Status Website",
"author": "shrpne <[email protected]>",
"private": true,
"scripts": {
"prod": "npm run production",
"production": "npm run generate",
"dev": "gulp & nuxt --spa --port=3008",
"build": "gulp once && nuxt build --spa",
"start": "nuxt start --spa --port=3008",
"generate": "gulp once && nuxt generate",
"analyze": "gulp once && nuxt generate --analyze",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix .",
"precommit": "npm run lint"
},
"dependencies": {
"@minterteam/footer-links": "^3.0.0",
"axios": "^0.19.0",
"centrifuge": "^2.2.3",
"entity-decode": "^2.0.2",
"nuxt": "^2.10.2",
"pretty-num": "^0.3.0"
},
"devDependencies": {
"autoprefixer": "^9.7.1",
"babel-eslint": "^10.0.3",
"beeper": "^2.0.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-imagemin": "^6.1.1",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"imagemin-mozjpeg": "^8.0.0",
"postcss-normalize": "^8.0.1"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}