-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nuxt3-pwa-offline",
"version": "1.1.1",
"type": "module",
"main": "./nuxt.config.ts",
"description": "⚡This is only a copy of my template 'Create Google App'. Verifified that it's working in offline-modus.",
"homepage": "https://nuxt3-pwa-offline.vercel.app",
"author": "Kyrie Eleison <jur.eleison@gmail.com> (https://github.com/lovkyndig)",
"repository": {
"type": "git",
"url": "git://github.com/lovkyndig/nuxt3-pwa-offline"
},
"license": "MIT",
"devDependencies": {
"@nuxt/content": "^2.7.0",
"@nuxt/devtools": "^1.0.0-beta.3",
"@nuxt/kit": "^3.7.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/nuxt": "^10.4.1",
"eslint": "^8.51.0",
"nuxt": "^3.7.4",
"nuxt-svgo": "^3.5.4",
"pagefind": "^1.0.3",
"sitemap": "^7.1.1",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.19"
},
"dependencies": {
"@google-translate-select/vue3": "^0.1.2",
"@vercel/analytics": "^1.1.1",
"d3-hierarchy": "^3.1.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"feed": "4.2.2",
"mermaid": "<10.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "<6.0.0",
"remark-sub": "^1.0.1",
"remark-super": "^1.0.2",
"sass": "^1.69.4",
"vue-gtag": "^2.0.1"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxt generate && npx pagefind",
"pagefind": "npx pagefind",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"update": "yarn upgrade"
},
"keywords": [
"nuxt",
"nuxt-content",
"markdown",
"search",
"pagefind",
"window.find()",
"tailwindcss",
"vercel",
"google-site-verification",
"gtag",
"pwa"
]
}