-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.86 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.86 KB
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
63
64
65
{
"name": "vodafone",
"version": "1.0.0",
"description": "Vodafone",
"author": "Alessandro Giordo <bovas85@gmail.com>",
"private": true,
"engines": {
"node": "9.8.0"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.5",
"bulma": "^0.6.1",
"intersection-observer": "^0.5.0",
"nuxt": "^1.4.0",
"nuxt-sass-resources-loader": "^1.2.0",
"postcss-resemble-image": "^2.1.1",
"scrollama": "^1.4.1",
"source-map-support": "^0.5.0",
"v-lazy-image": "^1.2.0",
"vue-intersect": "^1.1.2",
"vue-localstorage": "^0.6.1",
"vue-media": "^1.1.1",
"vue-no-ssr": "^0.2.2",
"vue-progressive-image": "^2.4.4",
"vue-smooth-scroll": "^1.0.13",
"vue-touch": "^2.0.0-beta.4"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.0.1",
"eslint": "^4.17.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0",
"imagemin-webpack-plugin": "^1.5.2",
"js-beautify": "^1.7.5",
"lodash": "^4.17.5",
"node-sass": "^4.7.2",
"postcss-responsive-type": "^1.0.0",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.1",
"socket.io": "^2.0.4",
"standard": "^10.0.3",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue-eslint-parser": "^2.0.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
}
}