-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
77 lines (77 loc) · 1.89 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
70
71
72
73
74
75
76
77
{
"name": "vite-pwa-docs",
"type": "module",
"version": "0.20.5",
"packageManager": "[email protected]",
"description": "Zero-config PWA for Vite Documentation",
"author": "antfu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vite-pwa/docs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vite-pwa/docs.git"
},
"bugs": "https://github.com/vite-pwa/docs/issues",
"keywords": [
"react",
"pwa",
"vue",
"vitepress",
"preact",
"svelte",
"sveltekit",
"workbox",
"solidjs",
"vite",
"vite-plugin",
"astro",
"astro-integration",
"iles",
"nuxt",
"nuxt module"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "nr build && vitepress serve",
"https": "nr build && serve .vitepress/dist",
"lint": "eslint .",
"lint-fix": "nr lint --fix",
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"@vueuse/shared": "^11.1.0",
"vue": "^3.5.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/ni": "^0.21.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^11.1.0",
"eslint": "^8.54.0",
"https-localhost": "^4.7.1",
"typescript": "^5.4.5",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-pwa": "^0.20.5",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"workbox-window": "^7.1.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}