-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.3 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
{
"name": "@opensource254/pwa-generator",
"private": false,
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@rollup/plugin-replace": "^6.0.2",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"highlight.js": "^11.11.1",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.0",
"vite": "^6.0.11"
},
"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": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}