generated from morsecodemedia/nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "utm-generator.morsecodemedia.com",
"version": "1.2.1",
"description": "A simple UTM generator.",
"author": "Brandon Morse ([email protected])",
"contributors": [
{
"name": "Brandon Morse",
"email": "[email protected]",
"url": "https://github.com/morsecodemedia"
},
{
"name": "James Tomasino",
"email": "[email protected]",
"url": "https://github.com/jamestomasino"
}
],
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.3.2",
"express": "^4.17.1",
"nuxt": "^2.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/vuetify": "^1.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.1.1",
"stylelint": "^13.6.0",
"vue-clipboard2": "^0.3.1"
}
}