-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
150 lines (150 loc) · 5.23 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
144
145
146
147
148
149
150
{
"name": "klee-electron",
"productName": "Klee",
"private": true,
"version": "1.5.0",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vite build && electron-builder",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"lint": "eslint --quiet src --ext .ts,.tsx && stylelint src/**/*.less",
"lint:fix": "eslint --quiet --fix src --ext .ts,.tsx && stylelint --fix src/**/*.less",
"i18next-resources-for-ts": "i18next-resources-for-ts toc -i ./src/i18n/locales/en -o ./src/types/resources.ts",
"generate-icons": "electron-icon-builder --input=./build/app-icon.png --output=build --flatten"
},
"main": "dist-electron/main/index.js",
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@loadable/component": "^5.15.3",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-hook/throttle": "^2.2.0",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.59.14",
"@tanstack/react-table": "^8.20.5",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-list-keymap": "^2.6.6",
"@tiptap/extension-table": "^2.6.6",
"@tiptap/extension-table-cell": "^2.6.6",
"@tiptap/extension-table-header": "^2.6.6",
"@tiptap/extension-table-row": "^2.6.6",
"@tiptap/extension-task-item": "^2.6.6",
"@tiptap/extension-task-list": "^2.6.6",
"@tiptap/extension-text": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "1.0.0",
"dotenv": "latest",
"electron-dl": "^4.0.0",
"electron-log": "^5.2.0",
"electron-updater": "^6.3.9",
"embla-carousel-react": "^8.3.0",
"ext-name": "^5.0.0",
"filesize": "^10.1.6",
"framer-motion": "^11.11.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"jotai": "^2.10.0",
"ky": "^1.7.2",
"lottie-react": "^2.4.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.400.0",
"next-themes": "^0.3.0",
"ollama": "^0.5.12",
"pupa": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-helmet": "^6.1.0",
"react-i18next": "^13.2.2",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.6",
"react-router-dom": "^6.10.0",
"sonner": "^1.5.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.10",
"unused-filename": "^4.0.1",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.4.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query-devtools": "^5.0.0",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.17.10",
"@types/node": "^18.15.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"dotenv": "latest",
"electron": "^32.1.2",
"electron-builder": "^25.1.8",
"electron-icon-builder": "^2.0.1",
"electron-notarize": "^1.2.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"i18next-hmr": "^3.1.3",
"i18next-resources-for-ts": "1.3.2",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-less": "^1.0.6",
"stylelint-prettier": "3",
"tailwindcss": "3.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^4.2.0",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6",
"vite-plugin-external": "^1.2.8",
"vite-plugin-svgr": "^2.4.0"
}
}