-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.51 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
49
50
{
"name": "marwaridictionary",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:host": "nuxt --hostname '0.0.0.0'",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "npm run generate && firebase deploy --only hosting:marwaridictionary",
"deployonly": "firebase deploy --only hosting:marwaridictionary",
"deploytest": "npm run generate && firebase hosting:channel:deploy test"
},
"dependencies": {
"@nuxt/content": "1.15.1",
"@nuxtjs/google-adsense": "1.4.0",
"core-js": "3.21.1",
"nuxt": "2.17.3",
"nuxt-i18n": "6.28.1",
"nuxt-webfontloader": "1.1.0",
"vue-gtag": "1.16.1"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "1.0.2",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@mdi/js": "6.4.95",
"@nuxt/image": "0.6.0",
"@nuxtjs/fontawesome": "1.1.2",
"@nuxtjs/svg": "0.3.0",
"@nuxtjs/tailwindcss": "4.2.1",
"@nuxtjs/vuetify": "1.12.3",
"@sanskrit-coders/sanscript": "1.2.2",
"@silvenon/remark-smartypants": "1.0.0",
"autoprefixer": "10.4.2",
"fuse.js": "6.4.6",
"lodash": "4.17.21",
"postcss": "8.4.12",
"postcss-nested": "5.0.6",
"reading-time": "1.5.0",
"sass": "1.43.4",
"sass-loader": "10.2.1",
"v-tooltip": "2.1.3",
"vue-dragscroll": "3.0.1",
"vue-scrollactive": "0.9.3",
"vue-scrollto": "2.20.0"
}
}