-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.97 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
{
"name": "collabowrite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"dev:test": "TESTING=1 astro dev --host",
"dev:locked": "UNLOCKED=false astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "supabase gen types typescript --project-id ekhczdtxvtsicjzmqfwi > database.types.ts"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/node": "^8.2.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.3",
"@builder.io/qwik": "^1.4.5",
"@codemirror/collab": "^6.1.1",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/language-data": "^6.4.1",
"@codemirror/merge": "^6.6.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.24.1",
"@qwikdev/astro": "^0.5.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.7",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.4",
"astro-font": "^0.0.77",
"codemirror": "^6.0.1",
"daisyui": "^4.7.2",
"fast-array-diff": "^1.1.0",
"incremental-dom": "^0.7.0",
"lib0": "^0.2.89",
"markdown-it": "^14.0.0",
"markdown-it-incremental-dom": "^2.1.0",
"qwik-ws": "^0.0.10",
"remixicon": "^4.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unique-names-generator": "^4.7.1",
"ws": "^8.16.0",
"y-codemirror.next": "^0.3.2",
"y-partykit": "^0.0.23",
"y-protocols": "^1.0.6",
"yjs": "^13.6.12"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/ws": "^8.5.10",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}