-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
123 lines (123 loc) · 4.34 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "discoursio-webapp",
"private": true,
"version": "0.9.7",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"codegen": "graphql-codegen",
"e2e": "E2E=1 npm run e2e:tests",
"e2e:tests": "npx playwright test --project=webkit",
"e2e:tests:ci": "CI=true npx playwright test --project=webkit",
"e2e:install": "npx playwright install webkit && npx playwright install-deps ",
"fix": "npx @biomejs/biome check . --fix && stylelint **/*.{scss,css} --fix",
"format": "npx @biomejs/biome format src/. --write",
"postinstall": "npm run codegen",
"typecheck": "tsc --noEmit",
"templates": "node ./templates/compile.cjs"
},
"devDependencies": {
"@authorizerdev/authorizer-js": "^2.0.3",
"@biomejs/biome": "^1.9.4",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@hocuspocus/provider": "^2.13.7",
"@playwright/test": "^1.48.2",
"@solid-primitives/media": "^2.2.9",
"@solid-primitives/memo": "^1.3.10",
"@solid-primitives/pagination": "^0.3.0",
"@solid-primitives/script-loader": "^2.2.0",
"@solid-primitives/share": "^2.0.6",
"@solid-primitives/storage": "^4.2.1",
"@solid-primitives/upload": "^0.0.117",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.10",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-blockquote": "^2.9.1",
"@tiptap/extension-bold": "^2.9.1",
"@tiptap/extension-bubble-menu": "^2.9.1",
"@tiptap/extension-bullet-list": "^2.9.1",
"@tiptap/extension-character-count": "^2.9.1",
"@tiptap/extension-collaboration": "^2.9.1",
"@tiptap/extension-collaboration-cursor": "^2.9.1",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-dropcursor": "^2.9.1",
"@tiptap/extension-floating-menu": "^2.9.1",
"@tiptap/extension-focus": "^2.9.1",
"@tiptap/extension-gapcursor": "^2.9.1",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-italic": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-list-item": "^2.9.1",
"@tiptap/extension-ordered-list": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-strike": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/extension-youtube": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@types/cookie-signature": "^1.1.2",
"@types/node": "^22.9.0",
"@types/throttle-debounce": "^5.0.2",
"@urql/core": "^5.0.8",
"axe-playwright": "^2.0.3",
"clsx": "^2.1.1",
"cookie": "^1.0.1",
"cookie-signature": "^1.2.2",
"cropperjs": "^1.6.2",
"extended-eventsource": "^1.7.0",
"fast-deep-equal": "^3.1.3",
"graphql": "^16.9.0",
"i18next": "^23.16.4",
"i18next-http-backend": "^2.6.2",
"i18next-icu": "^2.3.0",
"intl-messageformat": "^10.7.6",
"javascript-time-ago": "^2.5.11",
"prosemirror-history": "^1.4.1",
"prosemirror-trailing-node": "^3.0.0",
"prosemirror-view": "^1.36.0",
"sass": "^1.80.6",
"solid-js": "^1.9.3",
"solid-popper": "^0.3.0",
"solid-tiptap": "0.7.0",
"solid-transition-group": "^0.2.3",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.8.1",
"swiper": "^11.1.14",
"throttle-debounce": "^5.0.2",
"tippy.js": "^6.3.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typograf": "^7.4.1",
"uniqolor": "^1.1.1",
"vinxi": "^0.4.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-sass-dts": "^1.3.29",
"y-prosemirror": "1.2.12",
"yjs": "13.6.20"
},
"overrides": {
"yjs": "13.6.20",
"y-prosemirror": "1.2.12"
},
"trustedDependencies": ["@biomejs/biome", "@swc/core", "esbuild", "protobufjs"],
"dependencies": {
"form-data": "^4.0.1",
"idb": "^8.0.0",
"mailgun.js": "^10.2.3"
}
}