-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 915 Bytes
/
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
{
"name": "tubealert",
"version": "3.0.0",
"description": "SolidJS version",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"postinstall": "patch-package"
},
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.1.1",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-solid": "^2.5.0",
"workbox-core": "^7.0.0",
"wrangler": "^3.5.0"
},
"dependencies": {
"@block65/webcrypto-web-push": "^0.3.0",
"@solidjs/router": "^0.8.2",
"moment-timezone": "^0.5.43",
"solid-js": "^1.6.10"
},
"engines": {
"node": ">=16.0.0"
}
}