-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 928 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
{
"name": "jainsongs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"vue-gtag": "^1.16.1"
},
"devDependencies": {
"@mdi/js": "^5.9.55",
"@nuxt/image": "^0.4.17",
"@nuxtjs/svg": "^0.1.12",
"@sanskrit-coders/sanscript": "^1.1.5",
"@silvenon/remark-smartypants": "^1.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",
"nuxt-windicss": "^2.0.12",
"reading-time": "^1.3.0",
"remark-breaks": "^2.0.2",
"sass": "^1.35.1",
"sass-loader": "^10.1.1",
"vue-google-charts": "^0.3.3",
"vue-scrollactive": "^0.9.3"
}
}