-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "nuxtify",
"version": "1.0.0",
"description": "Nuxtify",
"author": "Francois Levesque <francois@witify.io>",
"engines": {
"node": ">=11.0.0"
},
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^3.0.1",
"@nuxtjs/tailwindcss": "^1.1.2",
"nuxt": "^2.10.1",
"nuxt-env": "^0.1.0",
"nuxt-facebook-pixel-module": "^1.3.0",
"nuxt-i18n": "^6.3.0",
"nuxt-jsonld": "^1.4.4",
"vue-scrollto": "^2.17.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-loader": "^3.0.1",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"stylelint-config-recommended": "^3.0.0"
}
}