-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
73 lines (73 loc) · 2.08 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nuxt-headless",
"version": "2.0.0",
"description": "Nuxt Headless",
"author": "Alessandro Giordo - <[email protected]>",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt --modern",
"build": "cross-env NODE_ENV=production nuxt build --modern",
"start": "cross-env NODE_ENV=production nuxt-start --modern",
"startProd": "cross-env NODE_ENV=production nuxt-start --modern",
"generate": "nuxt generate --modern",
"staging": "cross-env NODE_ENV=development now --public",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead",
"not ie > 0"
],
"greenkeeper": {
"ignore": [
"scrollama",
"vue-awesome-swiper"
]
},
"dependencies": {
"@nuxt/http": "^0.6.0",
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/proxy": "^2.0.1",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"bulma": "^0.9.1",
"cookie-universal-nuxt": "^2.1.4",
"intersection-observer": "^0.11.0",
"lazysizes": "^5.2.2",
"nuxt": "^2.15.0",
"splitting": "^1.0.6",
"vue-awesome-swiper": "2.6.7",
"vue-intersect": "^1.1.6",
"vue-localstorage": "^0.6.2",
"vue-media": "^1.1.1",
"vue-scrollto": "^2.20.0",
"vuelidate": "^0.7.6",
"snyk": "^1.1064.0"
},
"devDependencies": {
"axios": "^0.21.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.12.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.1.0",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"node-sass": "^5.0.0",
"nuxt-purgecss": "^1.0.0",
"nuxt-start": "^2.14.7",
"open": "^7.3.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss-responsive-type": "^1.0.0",
"sass-loader": "^10.0.5"
},
"snyk": true
}