-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.83 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.83 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
{
"name": "nevernote",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.31.6",
"@editorjs/embed": "^2.8.0",
"@editorjs/header": "^2.8.8",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^2.0.9",
"@editorjs/marker": "^1.4.0",
"@editorjs/paragraph": "^2.11.7",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.4.5",
"@editorjs/underline": "^1.2.1",
"@floating-ui/react": "^0.27.7",
"@linaria/core": "^7.0.0",
"@linaria/react": "^7.0.1",
"@supabase-cache-helpers/postgrest-react-query": "^1.11.4",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/postgrest-js": "^2.105.1",
"@supabase/supabase-js": "^2.47.9",
"@tanstack/react-query": "^5.62.8",
"@wyw-in-js/vite": "^0.5.5",
"editorjs-alert": "^1.1.4",
"editorjs-react-renderer": "^3.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.2.4",
"react-icons": "^5.5.0",
"react-router-dom": "^7.5.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.4",
"editorjs-drag-drop": "^1.1.16",
"editorjs-undo": "^2.0.28",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^6.0.3",
"vite": "^6.2.6",
"vite-plugin-pwa": "^0.21.2"
}
}