-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.76 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.76 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
{
"name": "arocrypt",
"version": "0.10.1",
"main": "dist-electron/main/index.js",
"description": "Strong encryption & steganography made simple — secure your data effortlessly with AroCodes’ trusted toolkit.",
"homepage": "https://arocrypt.vercel.app",
"author": {
"name": "AroCodes",
"email": "[email protected]"
},
"private": false,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node build.js",
"preview": "vite preview",
"pretest": "vite build --mode=test",
"test": "vitest run"
},
"dependencies": {
"@journeyapps/sqlcipher": "^5.3.1",
"dotenv": "^16.4.7",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.9",
"fs-extra": "^11.3.0",
"keytar": "^7.9.0",
"ldrs": "^1.1.7",
"mlkem": "^2.5.0",
"pngjs": "^7.0.0",
"react-haiku": "^2.3.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@reduxjs/toolkit": "^2.5.0",
"@types/node": "^22.10.5",
"@types/pngjs": "^6.0.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"electron": "^39.2.4",
"electron-builder": "^26.0.12",
"i18next": "^25.4.1",
"lucide-react": "^0.474.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.3",
"vite": "^7.2.4",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.6",
"vitest": "^4.0.14"
}
}