-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.16 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
{
"name": "enreda2019",
"version": "1.0.0",
"description": "Enreda Cooperativa",
"author": "alerodrom",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@kazupon/vue-i18n-loader": "^0.3.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/moment": "^1.2.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"cookie": "^0.3.1",
"cookie-universal-nuxt": "^2.0.14",
"cookies": "^0.7.3",
"cross-env": "^5.2.0",
"isotope-layout": "^3.0.6",
"jquery": "^3.4.1",
"leaflet": "^1.7.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"moment": "^2.24.0",
"nuxt": "^2.4.0",
"nuxt-fontawesome": "^0.4.0",
"nuxt-i18n": "^5.12.1",
"nuxt-leaflet": "^0.0.25",
"rss-parser": "^3.7.0",
"typeit": "^6.0.3",
"vue-client-only": "^2.1.0",
"vue-cookie-law": "^1.10.0",
"vue-cookies": "^1.5.13",
"vue-moment": "^4.0.0",
"vue2-leaflet": "^2.7.1",
"vueisotope": "^3.1.2",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"push-dir": "^0.4.1"
}
}