-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"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": "node prepare.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": "^1.2.2",
"@nuxtjs/proxy": "^1.2.4",
"cross-env": "^5.2.0",
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"nuxt": "^2.0.0",
"vue-moment": "^4.0.0",
"vue-scrollactive": "^0.7.1",
"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": "^8.2.1",
"colors": "^1.3.2",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0",
"google-auth-library": "^2.0.0",
"googleapis": "^34.0.0",
"jsonschema": "^1.2.4",
"node-sass": "^4.9.4",
"nodemon": "^1.11.0",
"rss-parser": "^3.5.2",
"sass-loader": "^7.1.0",
"sync-request": "^6.0.0",
"url-loader": "^1.1.2"
}
}