This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
{
"name": "@lovkyndig/create-google-app",
"version": "1.0.2",
"type": "module",
"main": "./nuxt.config.ts",
"description": "⚡Nuxt layer with nuxt-content, full search-functionality, pwa and guide to how to publish to Google Play Store.",
"homepage": "https://create-google-app.vercel.app",
"author": "Kyrie Eleison",
"repository": {
"type": "git",
"url": "https://github.com/lovkyndig/create-google-app"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"dependencies": {
"@giscus/vue": "^2.3.0",
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "^1.0.4",
"@nuxt/ui": "^2.11.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.1",
"@vercel/analytics": "^1.1.1",
"@vite-pwa/nuxt": "^0.2.3",
"d3-hierarchy": "^3.1.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"eslint": "^8.54.0",
"feed": "4.2.2",
"nuxt": "^3.8.1",
"nuxt-svgo": "^3.5.6",
"pagefind": "^1.0.3",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"sitemap": "^7.1.1",
"typescript": "^5.3.2",
"vue-tsc": "^1.8.24"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxt generate && npx pagefind",
"pagefind": "npx pagefind",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"keywords": [
"pwa-app",
"nuxt3",
"nuxt-content",
"markdown",
"tailwindcss",
"search",
"pagefind",
"vercel",
"vercel-analytics",
"template",
"giscus"
]
}