-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
81 lines (81 loc) · 2.53 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
77
78
79
80
81
{
"name": "weblink",
"type": "module",
"description": "A P2P web chat and file transfer, file synchronization application using WebRTC",
"version": "0.11.1",
"license": "MIT",
"author": {
"name": "99percentpeople",
"email": "myzzzyearz@outlook.com",
"url": "https://github.com/99percentpeople"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"clean": "node scripts/clean.js",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@corvu/drawer": "^0.2.2",
"@corvu/resizable": "^0.2.3",
"@faker-js/faker": "^9.4.0",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/roboto-mono": "^5.1.1",
"@kobalte/core": "^0.13.7",
"@material-symbols/svg-400": "^0.24.0",
"@material-symbols/svg-700": "^0.24.0",
"@solid-primitives/date": "^2.1.0",
"@solid-primitives/i18n": "^2.2.0",
"@solid-primitives/permission": "^1.3.0",
"@solid-primitives/resize-observer": "^2.1.0",
"@solid-primitives/storage": "4.2.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@tanstack/solid-table": "^8.20.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"fflate": "^0.8.2",
"firebase": "^10.14.1",
"gridstack": "^11.3.0",
"photoswipe": "^5.4.4",
"photoswipe-video-plugin": "^1.0.2",
"qrcode": "^1.5.4",
"solid-js": "^1.9.4",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^2.6.0",
"uuid": "^11.0.5",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"postcss": "^8.5.1",
"autoprefixer": "^10.4.20",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/crypto-js": "^4.2.2",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vite-pwa/assets-generator": "^0.2.6",
"jsdom": "^25.0.1",
"prettier-plugin-classnames": "^0.7.5",
"prettier-plugin-merge": "^0.7.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.14",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid": "^2.11.0",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^2.1.8"
}
}