forked from coljs/medellinjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "medellinjs",
"version": "1.0.0",
"description": "Somos una comunidad de apasionados cuyo fin es el de fortalecer y articular el ecosistema tecnológico de la ciudad de Medellín, Colombia.",
"author": "medellinjs <medellinjs@gmail.com>",
"private": true,
"scripts": {
"build": "nuxt build",
"contributors:add": "npx all-contributors add",
"contributors:generate": "npx all-contributors generate",
"dev": "nuxt",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"start": "nuxt start",
"test": "jest"
},
"lint-staged": {
"*.{js,vue}": "npm run lint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxtjs/google-analytics": "2.2.3",
"@nuxtjs/pwa": "2.6.0",
"animate.css": "3.7.2",
"cross-env": "7.0.2",
"jsonp": "0.2.1",
"lodash": "4.17.15",
"nuxt": "2.12.2",
"vue-js-modal": "1.3.35",
"vue-lodash": "2.1.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "5.13.0",
"@fortawesome/free-solid-svg-icons": "5.13.0",
"@nuxtjs/eslint-config": "2.0.2",
"@nuxtjs/eslint-module": "1.2.0",
"@nuxtjs/fontawesome": "1.1.2",
"@vue/test-utils": "1.0.0-beta.33",
"all-contributors-cli": "6.14.2",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-nuxt": "0.5.2",
"eslint-plugin-prettier": "3.1.3",
"husky": "4.2.5",
"jest": "26.0.0",
"lint-staged": "10.2.2",
"node-sass": "4.14.1",
"prettier": "2.0.5",
"sass-loader": "8.0.2",
"vue-jest": "3.0.5"
}
}