-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.63 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
{
"name": "blanktype",
"version": "0.0.1",
"private": true,
"description": "A local-first note-taking app built with Electron, React, and TypeScript.",
"author": "BlankType contributors",
"type": "module",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vp dev",
"test": "vp test run",
"check": "vp check",
"check:fix": "vp check --fix",
"build": "vp check && vp build",
"start": "electron .",
"package": "pnpm build && electron-builder --dir",
"make": "pnpm build && electron-builder"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1089.0",
"@fontsource/dm-mono": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@fontsource/jetbrains-mono": "^5.2.8",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.20",
"@radix-ui/react-popover": "^1.1.19",
"@radix-ui/react-select": "^2.3.3",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tooltip": "^1.2.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"electron": "^43.1.1",
"electron-builder": "^26.15.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.5",
"vite-plugin-electron": "^1.1.0",
"vite-plus": "0.2.5",
"vitest": "4.1.10"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@11.9.0"
}