-
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.61 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.61 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": "keynotes",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "electron/main.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"electron:dev": "vite build && electron .",
"electron:build": "vite build && electron-builder",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@localzet/data-connector": "^1.0.0",
"@mantine/core": "^8.3.6",
"@mantine/form": "^8.3.6",
"@mantine/hooks": "^8.3.6",
"@mantine/modals": "^8.3.8",
"@mantine/notifications": "^8.3.6",
"@mantine/nprogress": "^8.3.8",
"@tabler/icons-react": "^3.35.0",
"@types/react-syntax-highlighter": "^15.5.13",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^6.0.0",
"react-router-dom": "^7.9.6",
"react-syntax-highlighter": "^16.1.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.15.30",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.0.4",
"@vitejs/plugin-react-swc": "^4.1.0",
"electron": "^28.0.0",
"electron-builder": "^24.9.1",
"eslint": "^9.38.0",
"typescript": "^5.9.2",
"vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4"
},
"description": "Secure notes, keys and passwords manager with MIX ID sync",
"author": {
"name": "localzet",
"email": "[email protected]"
}
}