-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.62 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
{
"name": "@vite-pwa/create-pwa",
"type": "module",
"version": "0.5.0",
"packageManager": "[email protected]",
"description": "PWA Templates",
"author": "antfu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vite-pwa/create-pwa#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vite-pwa/create-pwa.git"
},
"bugs": "https://github.com/vite-pwa/create-pwa/issues",
"keywords": [
"react",
"remix",
"pwa",
"vue",
"vitepress",
"preact",
"svelte",
"sveltekit",
"workbox",
"solidjs",
"vite",
"template"
],
"bin": {
"create-pwa": "index.js"
},
"files": [
"dist",
"index.js",
"templates"
],
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@antfu/ni": "^0.21.12",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"@types/node": "^20.12.8",
"@types/prompts": "^2.4.9",
"bumpp": "^9.4.1",
"cross-spawn": "^7.0.3",
"eslint": "^9.2.0",
"eslint-plugin-antfu": "^2.1.2",
"kolorist": "^1.8.0",
"magicast": "^0.3.4",
"minimist": "^1.2.8",
"package-manager-detector": "^0.2.2",
"prompts": "^2.4.2",
"tsx": "^4.9.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
}
}