-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 885 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
{
"name": "santoshb.com.np",
"version": "3.6.0",
"description": "Personal website, portfolio, blog and some free time writings!",
"author": "Santosh Bhandari",
"private": true,
"scripts": {
"dev": "cross-env NUXT_HOST=0.0.0.0 NUXT_PORT=5000 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@klasa/timestamp": "0.0.1",
"@nuxt/components": "^1.1.0",
"@nuxt/content": "^1.10.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.14.6",
"prism-themes": "^1.4.0",
"reading-time": "^1.2.0",
"tailwindcss": "^1.8.10",
"vue-disqus": "^4.0.1"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/tailwindcss": "^2.1.1",
"cross-env": "^7.0.2"
}
}