-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "dexie-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^6.5.0",
"@mui/material-nextjs": "^7.3.7",
"@tiptap/extension-code-block-lowlight": "^2.8.0",
"@tiptap/extension-collaboration": "^2.8.0",
"@tiptap/extension-collaboration-cursor": "^2.8.0",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/html": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@types/lunr": "^2.3.7",
"dayjs": "^1.11.19",
"dexie": "^4.3.0",
"dexie-cloud-addon": "^4.3.9",
"dexie-react-hooks": "^4.2.0",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
"lunr": "^2.3.9",
"next": "^15.5.12",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-masonry-css": "^1.0.16",
"tiptap-extension-resize-image": "^1.2.1",
"uuid": "^13.0.0",
"y-dexie": "^4.2.2",
"y-protocols": "^1.0.6",
"yjs": "^13.6.29"
},
"devDependencies": {
"@types/lodash": "^4.17.23",
"@types/node": "^24.10.13",
"@types/qs": "^6.14.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/uuid": "^11.0.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
}
}