-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
62 lines (62 loc) · 1.73 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": "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 <[email protected]>",
"private": true,
"scripts": {
"build": "nuxt build",
"contributors:add": "npx all-contributors add",
"contributors:generate": "npx all-contributors generate",
"dev": "nuxt",
"generate": "npm run build && 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.4.0",
"animate.css": "4.1.1",
"cross-env": "7.0.3",
"jsonp": "0.2.1",
"lodash": "4.17.21",
"nuxt": "2.15.5",
"vue-js-modal": "1.3.35",
"vue-lodash": "2.1.2",
"wow.js": "1.2.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@nuxtjs/eslint-config": "6.0.0",
"@nuxtjs/eslint-module": "3.0.2",
"@nuxtjs/fontawesome": "1.1.2",
"@nuxtjs/pwa": "3.3.5",
"@vue/test-utils": "1.2.0",
"all-contributors-cli": "6.20.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"eslint": "7.26.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "6.0.0",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"node-sass": "6.0.0",
"prettier": "2.3.0",
"sass-loader": "10.2.0",
"vue-jest": "3.0.7"
},
"volta": {
"node": "14.21.3"
}
}