forked from lawrencecchen/codent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.85 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.85 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
{
"name": "codent",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"yjs-ws": "HOST=localhost PORT=1234 CALLBACK_URL=http://localhost:3000/documents/update CALLBACK_OBJECTS='{\"annotations\":\"Map\"}' YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.js"
},
"devDependencies": {
"@supabase/supabase-js": "^1.21.0",
"@sveltejs/adapter-vercel": "^1.0.0-next.27",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@tiptap/core": "^2.0.0-beta.93",
"@tiptap/extension-collaboration": "^2.0.0-beta.20",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.21",
"@tiptap/starter-kit": "^2.0.0-beta.89",
"@types/cookie": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.3.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"lib0": "^0.2.42",
"monaco-editor": "^0.26.1",
"postcss": "^8.3.6",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tailwindcss": "^2.2.7",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"y-monaco": "^0.1.2",
"y-protocols": "^1.0.5",
"y-websocket": "^1.3.16",
"yjs": "^13.5.12"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.2.2",
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.4.1"
}
}