-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.58 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.58 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@shadowrz/project-nanase",
"private": true,
"type": "module",
"description": "@ShadowRZ's Matrix client.",
"scripts": {
"prepare": "panda codegen",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint",
"format": "prettier --write ."
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.22.0",
"@hanekokoro-ui/panda-preset": "0.2.0-alpha.0",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.28",
"@iconify-json/svg-spinners": "^1.2.2",
"@pandacss/dev": "^0.53.1",
"@types/file-saver": "^2.0.7",
"@types/grecaptcha": "^3.0.9",
"@types/prismjs": "^1.26.5",
"eslint": "^9.22.0",
"eslint-import-resolver-typescript": "^3.8.4",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"unplugin-icons": "^22.1.0",
"vite": "^6.2.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid": "^2.11.6",
"vite-tsconfig-paths": "^5.1.4",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.1",
"@hanekokoro-ui/solid": "0.2.0-alpha.0",
"@kobalte/core": "^0.13.8",
"@modular-forms/solid": "^0.25.0",
"@slate-solid/core": "^1.0.13",
"@solid-primitives/event-listener": "^2.4.0",
"@solid-primitives/i18n": "^2.2.0",
"@solid-primitives/map": "^0.6.0",
"@solid-primitives/media": "^2.3.0",
"@solid-primitives/resource": "^0.4.0",
"@solid-primitives/rootless": "^1.5.0",
"@solid-primitives/script-loader": "^2.3.0",
"@solid-primitives/set": "^0.6.0",
"@solid-primitives/storage": "^4.3.1",
"@solidjs/router": "^0.15.3",
"await-to-js": "^3.0.0",
"dompurify": "^3.2.4",
"emojibase": "^16.0.0",
"emojibase-data": "^16.0.2",
"file-saver": "^2.0.5",
"idb": "^8.0.2",
"lexical": "^0.24.0",
"lexical-solid": "^0.19.0",
"linkify-element": "^4.2.0",
"linkifyjs": "^4.2.0",
"matrix-encrypt-attachment": "^1.0.3",
"matrix-js-sdk": "^37.1.0",
"prismjs": "^1.30.0",
"slate": "^0.112.0",
"slate-dom": "^0.112.2",
"solid-js": "^1.9.5",
"valibot": "^0.42.1",
"virtua": "^0.40.3"
},
"packageManager": "pnpm@10.0.0"
}