-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.66 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
{
"name": "Posca",
"description": "An experimental social network",
"author": "Technostructures",
"private": true,
"version": "0.0.1",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"preview": "npx vite preview",
"bundle": "vite build",
"serve": "vite preview",
"dev": "vite",
"devs": "env __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=posca.traefik.me VITE_ENABLE_OIDC=1 vite --host posca.traefik.me",
"sort_tailwind_classes": "jiti ./sort_tailwind_classes.ts"
},
"devDependencies": {
"@igorkowalczyk/is-browser": "^5.0.4",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/vite": "^4.1.16",
"buffer": "^6.0.3",
"jiti": "^2.4.2",
"mel-fluent-compiler": "git+https://gitlab.com/technostructures/lib/mel-fluent-compiler.git#main",
"tailwindcss": "^4.1.16",
"typescript": "^5.6.3",
"vite": "^7.0.0",
"vite-plugin-melange": "^3.9.0",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-svg-icons-next": "^2.0.1"
},
"dependencies": {
"@floating-ui/dom": "^1.7.2",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-typography": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"bytesize-icons": "^1.4.0",
"custom-media-element": "^1.4.2",
"dompurify": "^3.1.0",
"fuse.js": "^7.0.0",
"javascript-time-ago": "^2.5.9",
"matrix-js-sdk": "^39.0.0",
"media-chrome": "^4.4.0",
"mel-fluent-runtime": "git+https://gitlab.com/technostructures/lib/mel-fluent-runtime.git#main",
"tiptap-markdown": "^0.8.10"
}
}