-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "semanadeinformatica-website-2018",
"version": "1.0.0",
"description": "Website for the 2018's edition of Semana de Informática.",
"author": "António Almeida <[email protected]>",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "8080"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"@nuxtjs/axios": "^5.3.2",
"@nuxtjs/dotenv": "^1.1.1",
"@nuxtjs/google-analytics": "^2.0.2",
"ajv": "^6.5.4",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"node-sass": "^4.9.3",
"nuxt": "^1.4.2",
"nuxt-imagemin": "^1.0.0",
"nuxtent": "semanadeinformatica/nuxtent-module",
"popper.js": "^1.14.4",
"sass-loader": "^7.1.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.7.1"
}
}