forked from briancaffey/briancaffey.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.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
{
"name": "brian-caffey",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxt/content": "^1.5.0",
"@nuxt/content-theme-docs": "^0.6.0",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/google-adsense": "^1.4.0",
"@nuxtjs/sitemap": "^2.4.0",
"apexcharts": "^3.23.1",
"emoji-mart-vue-fast": "^10.0.1",
"nuxt": "^2.14.5",
"nuxt-i18n": "^6.17.0",
"vue-apexcharts": "^1.6.0",
"vue-disqus": "^4.0.1"
},
"devDependencies": {
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": "^1.0.0",
"push-dir": "^0.4.1"
}
}