-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 5.2 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 5.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "storyteller",
"version": "1.2.0",
"description": "Storyteller is a powerful desktop application designed to replace the outdated interfaces of traditional writing software. It combines the distraction-free environment of a simple text editor with the complex world-building tools needed for full-length novels and series.",
"main": "./out/main/index.js",
"author": "orielhaim",
"scripts": {
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "electron-vite build",
"lint": "biome format",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "pnpm run build && electron-builder --dir",
"build:win": "pnpm run build && electron-builder --win",
"build:mac": "pnpm run build && electron-builder --mac",
"build:linux": "pnpm run build && electron-builder --linux",
"publish:win": "pnpm run build && dotenv -e .env -- electron-builder --win -p always"
},
"dependencies": {
"@dnd-kit/utilities": "^3.2.2",
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@floating-ui/react": "^0.27.19",
"@lesjoursfr/html-to-epub": "^6.0.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tiptap/core": "^3.22.1",
"@tiptap/extension-blockquote": "^3.22.1",
"@tiptap/extension-code-block": "^3.22.1",
"@tiptap/extension-color": "^3.22.1",
"@tiptap/extension-highlight": "^3.22.1",
"@tiptap/extension-horizontal-rule": "^3.22.1",
"@tiptap/extension-image": "^3.22.1",
"@tiptap/extension-link": "^3.22.1",
"@tiptap/extension-list": "^3.22.1",
"@tiptap/extension-list-item": "^3.22.1",
"@tiptap/extension-subscript": "^3.22.1",
"@tiptap/extension-superscript": "^3.22.1",
"@tiptap/extension-table": "^3.22.1",
"@tiptap/extension-table-cell": "^3.22.1",
"@tiptap/extension-table-header": "^3.22.1",
"@tiptap/extension-table-row": "^3.22.1",
"@tiptap/extension-task-item": "^3.22.1",
"@tiptap/extension-task-list": "^3.22.1",
"@tiptap/extension-text-align": "^3.22.1",
"@tiptap/extension-text-style": "^3.22.1",
"@tiptap/extension-typography": "^3.22.1",
"@tiptap/extension-underline": "^3.22.1",
"@tiptap/extensions": "^3.22.1",
"@tiptap/html": "^3.22.1",
"@tiptap/markdown": "^3.22.1",
"@tiptap/pm": "^3.22.1",
"@tiptap/react": "^3.22.1",
"@tiptap/starter-kit": "^3.22.1",
"@turbodocx/html-to-docx": "^1.20.1",
"better-sqlite3": "^12.8.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dockview-react": "^5.2.0",
"dotenv": "^17.4.0",
"electron-log": "^5.4.3",
"electron-store": "^11.0.2",
"electron-updater": "^6.8.3",
"electron-window-state": "^5.0.3",
"i18next": "^26.0.3",
"i18next-browser-languagedetector": "^8.2.1",
"lodash": "^4.18.1",
"lodash.throttle": "^4.1.1",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react-day-picker": "^9.14.0",
"react-hotkeys-hook": "^5.2.4",
"react-i18next": "^17.0.2",
"react-icons": "^5.6.0",
"react-pageflip": "^2.0.3",
"react-resizable-panels": "^4.9.0",
"react-router-dom": "^7.14.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tiptap-pagination-plus": "^3.0.5",
"use-resize-observer": "^9.1.0",
"uuid": "^13.0.0",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@electron/rebuild": "^4.0.3",
"@tailwindcss/vite": "^4.2.2",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^25.5.0",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"dockview-core": "^5.2.0",
"dompurify": "^3.3.3",
"dotenv-cli": "^11.0.0",
"electron": "^41.1.1",
"electron-builder": "^26.8.1",
"electron-vite": "^5.0.0",
"emblor": "^1.4.8",
"immer": "^11.1.4",
"react": "^19.2.4",
"react-arborist": "^3.4.3",
"react-dom": "^19.2.4",
"react-virtualized-auto-sizer": "^2.0.3",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.1",
"vis-timeline": "^8.5.0",
"vite": "8.0.5",
"vite-plugin-i18next-loader": "^3.1.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@turbodocx/html-to-docx",
"better-sqlite3",
"electron",
"electron-winstaller",
"esbuild"
]
}
}