-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "open-notes",
"version": "1.0.0",
"description": "Modern, privacy-focused HTML note-taking application powered by React, TipTap, and Firebase.",
"license": "MIT",
"author": "OpenNotes Contributors",
"keywords": [
"notes",
"html-notes",
"tiptap",
"react",
"wysiwyg",
"markdown-converter",
"firebase",
"material-design"
],
"repository": {
"type": "git",
"url": "https://github.com/username/open-notes.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/vite": "^4.3.2",
"@tiptap/extension-color": "^3.29.0",
"@tiptap/extension-highlight": "^3.29.0",
"@tiptap/extension-image": "^3.21.0",
"@tiptap/extension-link": "^3.29.0",
"@tiptap/extension-placeholder": "^3.21.0",
"@tiptap/extension-table": "^3.29.0",
"@tiptap/extension-table-cell": "^3.29.0",
"@tiptap/extension-table-header": "^3.29.0",
"@tiptap/extension-table-row": "^3.29.0",
"@tiptap/extension-task-item": "^3.29.0",
"@tiptap/extension-task-list": "^3.29.0",
"@tiptap/extension-text-align": "^3.29.0",
"@tiptap/extension-text-style": "^3.29.0",
"@tiptap/extension-underline": "^3.29.0",
"@tiptap/extension-youtube": "^3.29.0",
"@tiptap/react": "^3.21.0",
"@tiptap/starter-kit": "^3.21.0",
"autoprefixer": "^10.5.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.4.12",
"firebase": "^12.11.0",
"firebase-admin": "^14.1.0",
"highlight.js": "^11.11.1",
"lucide-react": "^1.24.0",
"marked": "^18.0.6",
"postcss": "^8.5.16",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.6.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.2",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/dompurify": "^3.2.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"vite": "^8.0.1"
}
}