-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 2.19 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
{
"name": "minter-network-web",
"version": "1.0.0",
"description": "minter.network website",
"author": "shrpne <[email protected]>",
"private": true,
"scripts": {
"prod": "npm run production",
"production": "npm run generate",
"dev": "gulp & nuxt --spa --port=3022",
"build": "gulp once && nuxt build --spa",
"start": "nuxt start --spa --port=3022",
"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": {
"@material/list": "^6.0.0",
"@material/menu": "^6.0.0",
"@material/snackbar": "^6.0.0",
"@nuxt-press/cli": "^0.2.0-beta.0",
"@nuxt-press/core": "github:shrpne/press#standalone-core",
"@nuxt-press/docs": "github:shrpne/press#standalone-docs",
"@nuxt-press/pages": "github:shrpne/press#standalone-pages",
"@nuxt/blueprints": "0.1.0-beta.4",
"@nuxt/press": "github:shrpne/press#standalone-press",
"axios": "^0.19.2",
"axios-extensions": "^3.1.3",
"camelcase-keys": "^6",
"entity-decode": "^2.0.2",
"lodash-es": "^4.17.15",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.20.3",
"nuxt-i18n-default": "0.0.2",
"nuxt-i18n-preferred": "^0.2.0",
"pretty-num": "^0.4.0",
"wysiwyg.css": "^0.0.4"
},
"devDependencies": {
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"beeper": "^2.0.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.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",
"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",
"imagemin-pngquant": "^8.0.0",
"postcss-normalize": "^9.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}