-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.54 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.54 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
{
"name": "@elek-io/desktop",
"productName": "elek.io Desktop",
"description": "The elek.io Desktop is a desktop application for Windows, macOS and Linux that allows you to manage content.",
"version": "0.3.4",
"type": "module",
"main": "./out/main/index.js",
"homepage": "https://elek.io",
"repository": "https://github.com/elek-io/desktop",
"bugs": {
"url": "https://github.com/elek-io/desktop/issues"
},
"author": {
"name": "elek.io",
"email": "info@elek.io",
"url": "https://elek.io"
},
"license": "todo",
"packageManager": "pnpm@11.5.0",
"scripts": {
"clean": "rimraf ./out && rimraf ./dist",
"format": "prettier --write .",
"check-format": "prettier --check .",
"lint": "eslint",
"check-types:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"check-types:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"check-types": "pnpm run check-types:node && pnpm run check-types:web",
"check": "pnpm run lint && pnpm run check-types && pnpm run check-format",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "pnpm run clean && electron-vite build && electron-builder",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "pnpm run build --dir",
"build:win": "pnpm run build --win",
"build:mac": "pnpm run build --mac",
"build:linux": "pnpm run build --linux",
"test": "pnpm run build:unpack && playwright test",
"test:debug": "pnpm run build:unpack && playwright test --debug",
"test:ui": "pnpm run build:unpack && playwright test --ui",
"test:report": "playwright show-report"
},
"dependencies": {
"@elek-io/core": "0.21.0",
"@sentry/electron": "7.15.0",
"dugite": "3.2.2",
"electron-updater": "6.8.9",
"zod": "4.4.3"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@changesets/cli": "2.31.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@electron-toolkit/eslint-config-prettier": "3.0.0",
"@electron-toolkit/eslint-config-ts": "3.1.0",
"@electron-toolkit/preload": "3.0.2",
"@eslint/js": "10.0.1",
"@fontsource-variable/montserrat": "5.2.8",
"@fontsource/roboto": "5.2.10",
"@hookform/devtools": "4.4.0",
"@hookform/resolvers": "5.4.0",
"@milkdown/kit": "7.21.2",
"@milkdown/react": "7.21.2",
"@playwright/test": "1.61.1",
"@radix-ui/react-alert-dialog": "1.1.18",
"@radix-ui/react-avatar": "1.2.1",
"@radix-ui/react-dialog": "1.1.18",
"@radix-ui/react-dropdown-menu": "2.1.19",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.11",
"@radix-ui/react-popover": "1.1.18",
"@radix-ui/react-scroll-area": "1.2.13",
"@radix-ui/react-select": "2.3.2",
"@radix-ui/react-separator": "1.1.11",
"@radix-ui/react-slider": "1.4.2",
"@radix-ui/react-slot": "1.3.0",
"@radix-ui/react-switch": "1.3.2",
"@radix-ui/react-tooltip": "1.2.11",
"@sentry/react": "10.62.0",
"@sentry/vite-plugin": "5.3.0",
"@tailwindcss/vite": "4.3.2",
"@tanstack/react-query": "5.101.2",
"@tanstack/react-query-devtools": "5.101.2",
"@tanstack/react-router": "1.170.17",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/react-table": "8.21.3",
"@tanstack/router-plugin": "1.168.19",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@tsconfig/vite-react": "8.0.6",
"@types/node": "24.13.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.2.0",
"autoprefixer": "10.4.21",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"electron": "43.0.0",
"electron-builder": "26.15.6",
"electron-playwright-helpers": "2.1.0",
"electron-vite": "5.0.0",
"eslint": "10.6.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.3",
"globals": "17.7.0",
"lucide-react": "1.23.0",
"next-themes": "0.4.6",
"prettier": "3.9.4",
"prettier-plugin-tailwindcss": "0.8.0",
"react": "19.2.7",
"react-day-picker": "10.0.1",
"react-dom": "19.2.7",
"react-hook-form": "7.81.0",
"rimraf": "6.1.3",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.2",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"vite": "7.3.6"
}
}