-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "@adapt/webclient",
"version": "0.1.0",
"description": "PWA for the Adapt chat platform.",
"scripts": {
"start": "vite",
"dev": "vite",
"tauri": "tauri",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.11.18",
"autoprefixer": "^10.4.13",
"postcss": "^8.4",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vfile": "^6",
"vite": "^5.2",
"vite-plugin-solid": "^2.10"
},
"dependencies": {
"@jaames/iro": "^5.5.2",
"@nerimity/solid-turnstile": "^1.1.0",
"@solid-primitives/map": "^0.3.2",
"@solid-primitives/media": "^2.1.1",
"@solid-primitives/set": "^0.4.2",
"@solidjs/router": "^0.13",
"@thisbeyond/solid-dnd": "^0.7.5",
"cssnano": "^5.1.14",
"emoji-regex": "^10.3.0",
"firebase": "^10.6",
"fuse.js": "^7",
"gemoji": "^8.1.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8",
"property-information": "^6",
"rehype-katex": "^7",
"rehype-stringify": "^10",
"remark": "^15",
"remark-breaks": "^4",
"remark-gfm": "^4",
"remark-math": "^6",
"remark-parse": "^11",
"remark-rehype": "^11",
"shikiji": "^0.7.4",
"solid-js": "^1.8",
"solid-toast": "^0.5",
"style-to-object": "^0.4",
"tiny-msgpack": "^2.2.0",
"tippy.js": "^6.3.7",
"unified": "^11",
"unist-util-is": "^6",
"unist-util-visit": "^5"
}
}