-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.82 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "examples-nextjs",
"version": "0.8.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\"",
"test": "tsc && jest --detectOpenHandles --forceExit",
"y-sweet": "y-sweet serve"
},
"dependencies": {
"@blocknote/core": "^0.19.2",
"@blocknote/mantine": "^0.19.2",
"@blocknote/react": "^0.19.2",
"@headlessui/react": "1.7.16",
"@heroicons/react": "2.0.18",
"@monaco-editor/react": "^4.6.0",
"@react-three/drei": "9.80.2",
"@react-three/fiber": "8.13.6",
"@slate-yjs/core": "1.0.2",
"@slate-yjs/react": "1.1.0",
"@tldraw/tldraw": "2.0.0-alpha.17",
"@types/react-color": "3.0.6",
"@uiw/react-color": "1.3.3",
"@y-sweet/react": "0.8.1",
"@y-sweet/sdk": "0.8.1",
"autoprefixer": "10.4.14",
"codemirror": "5.65.14",
"next": "14.2.3",
"postcss": "8.4.26",
"quill": "1.3.7",
"quill-cursors": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"slate": "0.94.1",
"slate-history": "0.93.0",
"slate-react": "0.99.0",
"tailwindcss": "3.3.3",
"three": "0.155.0",
"typescript": "5.1.6",
"y-codemirror": "3.0.1",
"y-monaco": "^0.1.6",
"y-protocols": "1.0.6",
"y-quill": "0.1.5",
"y-utility": "0.1.3",
"yjs": "^13.6.20"
},
"devDependencies": {
"@types/codemirror": "5.60.8",
"@types/jest": "29.5.11",
"@types/node": "20.4.2",
"@types/quill": "2.0.10",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"jest": "29.7.0",
"prettier": "3.0.0",
"prettier-plugin-tailwindcss": "0.4.1",
"ts-jest": "29.1.1",
"y-sweet": "^0.6.2"
}
}