-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.68 KB
/
package.json
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
{
"name": "mini-diary",
"version": "0.0.1-snapshot",
"main": "dist-electron/main/index.js",
"description": "Electron Vite React boilerplate.",
"author": "[email protected]",
"license": "MIT",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"dev:server": "tsx watch electron/main/server/main.ts",
"build": "tsc && vite build && electron-builder",
"build:shard": "pnpm --filter ce-shard build",
"build:utils": "pnpm --filter ce-utils build",
"build:packages": "pnpm run build:shard && pnpm run build:utils",
"build:pages": "pnpm --filter date-picker build && pnpm --filter imports-diff-box build && pnpm --filter settings build",
"rebuild": ".\\node_modules\\.bin\\electron-rebuild.cmd -f -m ./node_modules/better-sqlite3",
"reset": "rm -rf ./node_modules/better-sqlite3 && rm -rf ./node_modules/.pnpm/[email protected] && pnpm install -w better-sqlite3",
"preview": "vite preview",
"pree2e": "vite build --mode=test",
"test": "vitest",
"lint": "eslint src --max-warnings=50",
"typecheck": "tsc --project tsconfig.json --noEmit",
"e2e": "playwright test",
"key:gen": "tsx scripts/generateKeyPair.ts",
"share": "tsx scripts/copy-shared-dir.ts",
"generate": "drizzle-kit generate ",
"migrate": "tsx migrate.ts",
"studio": "drizzle-kit studio"
},
"dependencies": {
"better-sqlite3": "^11.1.2",
"drizzle-orm": "^0.32.1",
"electron-updater": "^5.3.0"
},
"devDependencies": {
"@blocknote/core": "^0.15.3",
"@blocknote/mantine": "^0.15.3",
"@blocknote/react": "^0.15.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@electron/rebuild": "^3.6.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hono/node-server": "^1.12.0",
"@hono/swagger-ui": "^0.4.0",
"@hono/zod-openapi": "^0.15.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@playwright/test": "^1.40.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/better-sqlite3": "^7.6.11",
"@types/eslint": "^9.6.0",
"@types/js-beautify": "^1.14.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.11.17",
"@types/path-browserify": "^1.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4",
"autoprefixer": "^10.4.19",
"ce-shard": "workspace:*",
"ce-utils": "workspace:*",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.0",
"electron": "^31.2.1",
"electron-builder": "^23.6.0",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.1.7",
"eslint": "8.x",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eventemitter3": "^5.0.1",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"globals": "^15.8.0",
"hono": "^4.5.1",
"htmlparser2": "^9.1.0",
"http-status-codes": "^2.3.0",
"jest-environment-jsdom": "^29.6.2",
"jotai": "^2.9.1",
"js-beautify": "^1.15.1",
"jsdom": "^24.1.1",
"json5": "^2.2.3",
"jsonfile": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"markdown-it": "^14.1.0",
"memfs": "^4.11.1",
"path-browserify": "^1.0.1",
"playwright": "^1.40.0",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"query-string": "^9.1.0",
"react": "^18",
"react-calendar": "^5.0.0",
"react-day-picker": "^9.0.8",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-markdown": "^9.0.1",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-toastify": "^10.0.5",
"remark-gfm": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5",
"typescript-eslint": "^7.17.0",
"vite": "^5.4.1",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vitest": "^2.0.4",
"winston": "^3.14.2",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}