-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.98 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.98 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
{
"name": "home-0.1",
"productName": "HOME_0.1",
"version": "0.1.0",
"main": "dist-electron/main/index.js",
"description": "A comprehensive project management and productivity tool.",
"author": "",
"license": "MIT",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"pretest": "vite build --mode=test",
"test": "vitest run"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"electron-store": "^11.0.2",
"electron-updater": "^6.3.9",
"framer-motion": "^12.23.24",
"googleapis": "^166.0.0",
"iconv-lite": "^0.7.0",
"lucide-react": "^0.554.0",
"moment": "^2.30.1",
"react-big-calendar": "^1.19.4",
"react-markdown": "^10.1.0",
"react-quill": "^2.0.0",
"react-textarea-autosize": "^8.5.9",
"server-destroy": "^1.0.1",
"showdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"turndown": "^7.2.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/react": "^18.3.12",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^18.3.1",
"@types/server-destroy": "^1.0.4",
"@types/showdown": "^2.0.6",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"electron": "^33.2.0",
"electron-builder": "^24.13.3",
"jimp": "^1.6.0",
"png-to-ico": "^3.0.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.15",
"to-ico": "^1.1.5",
"typescript": "^5.4.2",
"vite": "^5.4.11",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.6",
"vitest": "^2.1.5"
}
}