forked from vite-pwa/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.84 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
{
"name": "vite-pwa-docs",
"version": "0.16.4",
"type": "module",
"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": "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"
],
"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": "^10.1.0",
"@vueuse/shared": "^10.1.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vite-pwa/assets-generator": "^0.0.2",
"@vite-pwa/vitepress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.1.0",
"eslint": "^8.42.0",
"https-localhost": "^4.7.1",
"typescript": "^5.1.3",
"unocss": "^0.52.7",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-pwa": "^0.16.4",
"vitepress": "1.0.0-beta.3",
"workbox-window": "^7.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"engines": {
"node": ">=16.0.0"
}
}