forked from MinterTeam/minter-org-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
{
"name": "minter-org-web",
"version": "1.0.0",
"description": "minter.org website",
"author": "shrpne <[email protected]>",
"private": true,
"scripts": {
"prod": "npm run production",
"production": "npm run generate",
"dev": "gulp & nuxt --spa --port=3014",
"build": "gulp once && nuxt build --spa",
"start": "nuxt start --spa --port=3014",
"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": "^7.0.0",
"@material/menu": "^7.0.0",
"@material/snackbar": "^7.0.0",
"@nuxt/content": "^1.6.0",
"axios": "^0.19.2",
"big.js": "^5.2.2",
"camelcase-keys": "^6.2.2",
"date-fns": "^2.15.0",
"entity-decode": "^2.0.2",
"imagemin-jpegtran": "^7.0.0",
"iso-639-3": "^2.1.0",
"js-cookie": "^2.2.1",
"lodash-es": "^4.17.15",
"nuxt": "^2.14.1",
"postcss-preset-env": "^6.7.0",
"pretty-num": "^0.4.0",
"vue-imask": "^6.0.5",
"vuelidate": "^0.7.5",
"world-countries": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"beeper": "^2.0.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.6.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-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"postcss-normalize": "^9.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}