-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
76 lines (76 loc) · 2.15 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": "conduit",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"type": "module",
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/dompurify": "^3.0.3",
"@types/node": "^20.14.11",
"@types/nprogress": "^0.2.3",
"@types/numeral": "^2.0.3",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.13.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-themer": "^3.1.2",
"typescript": "^5.3.3",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-recipes": "^7.1.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@kobalte/core": "^0.13.3",
"@leeoniya/ufuzzy": "^1.0.10",
"@solid-primitives/date": "^2.0.18",
"@solid-primitives/keyboard": "^1.2.5",
"@solid-primitives/state-machine": "^0.0.1",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.13.1",
"@solidjs/start": "^1.0.0-rc.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/query-core": "^5.29.0",
"@tanstack/solid-query": "^5.29.0",
"autoprefixer": "^10.4.14",
"canvas": "^2.11.2",
"dayjs": "^1.11.10",
"dompurify": "^3.0.6",
"hls.js": "^1.4.14",
"lib0": "^0.2.88",
"long-press-event": "^2.4.6",
"media-icons": "^1.1.3",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"postcss": "^8.4.26",
"qrcode": "^1.5.4",
"solid-headless": "^0.13.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.16",
"solid-progressbar": "^0.1.1",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.3.3",
"undici": "^5.28.2",
"vidstack": "^1.12.9",
"vinxi": "^0.3.10",
"vite-plugin-pwa": "^0.16.7",
"y-indexeddb": "^9.0.11",
"y-protocols": "^1.0.6",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.8",
"zod": "^3.22.4"
},
"engines": {
"node": ">=16"
}
}