This repository was archived by the owner on Aug 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.18 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.18 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
{
"name": "croissant-vpn",
"version": "1.1.2",
"description": "An OpenVPN (and soon L2TP) wrapper, and OVPN configuration scraper to get a large panel of IPs for free. ",
"main": "electron-app/dist/index.js",
"author": "fox3000foxy",
"scripts": {
"test": "jest --passWithNoTests",
"electron-start": "npm run electron-transpile && electron-forge start electron-app/dist/index.js",
"electron-package": "electron-forge package && xcopy windows-exec out\\croissant-vpn-win32-x64\\resources\\windows-exec /e /i /h",
"electron-make": "electron-forge make && xcopy windows-exec out\\croissant-vpn-win32-x64\\resources\\windows-exec /e /i /h",
"simple-start": "electron electron-app/dist/index.js --unhandled-rejections=strict --trace-warnings",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"electron-transpile": "tsc --project electron-app/tsconfig.json",
"build:preload": "tsc electron-app/src/preload.ts --outDir electron-app/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Croissant-API/Croissant-VPN.git"
},
"keywords": [],
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Croissant-API/Croissant-VPN/issues"
},
"homepage": "https://github.com/Croissant-API/Croissant-VPN#readme",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.1",
"cheerio": "^1.1.2",
"country-flag-icons": "^1.5.19",
"http": "^0.0.1-security",
"is-elevated": "^4.0.0",
"leaflet": "^1.9.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-leaflet": "^5.0.0",
"simple-git": "^3.28.0",
"sudo-prompt": "^9.2.1"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.3",
"@electron-forge/maker-deb": "^7.8.3",
"@electron-forge/maker-rpm": "^7.8.3",
"@electron-forge/maker-squirrel": "^7.8.3",
"@electron-forge/maker-zip": "^7.8.3",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.3",
"@electron-forge/plugin-fuses": "^7.8.3",
"@electron/fuses": "^1.8.0",
"@vitejs/plugin-react": "^5.0.1",
"electron": "^37.3.1",
"typescript": "^4.9.5",
"vite": "^7.1.3"
}
}