forked from VigoTech/vigotech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
{
"name": "vigotech.github.io-nuxt",
"version": "1.0.0",
"description": "VigoTech Alliance Website",
"author": "Sergio Carracedo",
"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",
"prepare-json": "node prepare-json.js",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/proxy": "^2.1.0",
"axios": "0.21.1",
"cross-env": "^7.0.3",
"eslint-utils": "^3.0.0",
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"mixin-deep": "^2.0.1",
"moment": "^2.22.2",
"nuxt": "^2.15.6",
"serialize-javascript": "^5.0.1",
"set-value": "^4.0.0",
"vue-analytics": "^5.16.2",
"vue-cookie-accept-decline": "^5.1.0",
"vue-moment": "^4.0.0",
"vue-scrollactive": "^0.9.3",
"vue-scrollto": "^2.13.0",
"vue-sticky": "^3.3.4",
"vue-video-player": "^5.0.2",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.3.0",
"babel-eslint": "^10.1.0",
"colors": "^1.3.2",
"eslint": "^7.27.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.10.0",
"google-auth-library": "^7.1.0",
"googleapis": "^74.2.0",
"jsonschema": "^1.2.4",
"metagroup-schema-tools": "^1.0.8",
"node-sass": "^6.0.0",
"nodemon": "^2.0.7",
"rss-parser": "^3.5.2",
"sass-loader": "^10.2.0",
"sync-request": "^6.0.0",
"url-loader": "^4.1.1"
}
}