-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.66 KB
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": "@opensource254/pwa-generator",
"private": false,
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"jszip": "^3.10.1",
"vue": "^3.5.31",
"wasm-image-processor": "^0.6.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rollup/plugin-replace": "^6.0.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/eslint-plugin-js": "^4.4.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.2.2",
"@vitejs/plugin-vue": "^6.0.5",
"eslint": "^10.1.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.16",
"vite-plugin-wasm": "^3.6.0",
"vue-eslint-parser": "^10.4.0"
},
"description": "A Simple PWA Generator for any web application.",
"main": "postcss.config.js",
"author": "Stanley Masinde",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/opensource254/pwa-generator.git"
},
"bugs": {
"url": "https://github.com/opensource254/pwa-generator/issues"
},
"homepage": "https://github.com/opensource254/pwa-generator#readme",
"packageManager": "pnpm@10.33.0",
"keywords": [
"PWA",
"OSS"
],
"pnpm": {
"overrides": {
"tar@<=7.5.3": ">=7.5.4",
"tar@<7.5.7": ">=7.5.7",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"tar@<=7.5.2": ">=7.5.3",
"minimatch@<10.2.1": ">=10.2.1",
"tar@<7.5.8": ">=7.5.8",
"ajv@<6.14.0": ">=6.14.0",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
}
}