-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "jain-aagam",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:host": "nuxt --hostname '0.0.0.0'",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern",
"onlydeploy": "firebase deploy --only hosting:jainaagam",
"deploy": "npm run generate && npm run onlydeploy",
"preview": "npm run generate && firebase hosting:channel:deploy preview"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.15.2",
"node-fetch": "^2.6.1",
"nuxt": "^2.15.3",
"vue-disqus": "^4.0.1",
"vue-gtag": "^1.16.1"
},
"devDependencies": {
"@mdi/js": "^5.9.55",
"@nuxt/image": "^0.4.14",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.2.1",
"@nuxtjs/vuetify": "^1.11.3",
"@sanskrit-coders/sanscript": "^1.1.5",
"@silvenon/remark-smartypants": "^1.0.0",
"autoprefixer": "^10.2.6",
"fibers": "^5.0.0",
"flat": "^5.0.2",
"lodash.groupby": "^4.6.0",
"lodash.kebabcase": "^4.1.1",
"lodash.sortby": "^4.7.0",
"lodash.startcase": "^4.4.0",
"mermaid": "^8.9.2",
"postcss": "^8.2.8",
"reading-time": "^1.3.0",
"remark-breaks": "^2.0.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-google-charts": "^0.3.3",
"vue-scrollactive": "^0.9.3"
}
}