forked from MultiboxLabs/flow-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.33 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.33 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
{
"name": "flow-browser",
"productName": "Flow",
"version": "0.8.6",
"description": "A modern privacy-focused browser with a minimalistic design.",
"main": "./out/main/index.js",
"author": {
"name": "iamEvan",
"email": "evan@iamevan.dev",
"url": "https://iamevan.dev"
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint --cache .",
"typecheck": "bun run typecheck:node && bun run typecheck:web",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"start": "electron-vite preview",
"start:nightly": "bun run scripts/temp-change-name/command --name 'Flow Nightly' electron-vite preview",
"dev": "electron-vite dev",
"dev:watch": "electron-vite dev --watch",
"build": "bun run typecheck && cross-env PRODUCTION_BUILD=true electron-vite build && bun run script:prune-frontend-routes",
"build:unpack": "bun run build && electron-builder --dir",
"build:win": "bun run build && electron-builder --win",
"build:mac": "bun run build && electron-builder --mac",
"build:linux": "bun run build && electron-builder --linux",
"script:use-stock-electron": "bun run scripts/use-stock-electron.ts",
"script:upgrade-electron-to-current": "bun run scripts/electron-upgrader/current.ts",
"script:upgrade-electron-to-next": "bun run scripts/electron-upgrader/next.ts",
"script:generate-frontend-routes": "bun run scripts/frontend-routes-generator/generator.ts --run-as-script",
"script:prune-frontend-routes": "bun run scripts/frontend-routes-generator/pruner.ts",
"postinstall": "electron-builder install-app-deps",
"reset": "rm -rf dist && rm -rf out && rm -rf yalc.lock && rm -rf .yalc && rm -rf node_modules && bun pm cache rm && echo 'Reset complete!'"
},
"dependencies": {
"@ghostery/adblocker-electron": "^2.5.2",
"@phosphor-icons/core": "^2.1.1",
"arktype": "^2.1.25",
"better-sqlite3": "^12.5.0",
"electron-chrome-extensions": "npm:@iamevan/electron-chrome-extensions@4.7.5",
"electron-chrome-web-store": "npm:@iamevan/electron-chrome-web-store@0.11.2",
"electron-context-menu": "^4.0.5",
"electron-updater": "^6.6.2",
"electron-webauthn": "^1.0.5",
"icojs": "^0.20.1",
"knex": "^3.1.0",
"mime-types": "^3.0.1",
"posthog-node": "^5.0.0",
"sharp": "^0.34.5",
"tldts": "^7.0.19"
},
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.6.1",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/eslint-config-ts": "^3.1.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@headlessui/react": "^2.2.3",
"@pdfslick/react": "^3.0.0",
"@phosphor-icons/react": "^2.1.7",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.6",
"@types/chrome": "^0.0.326",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.11",
"@types/jju": "^1.4.5",
"@types/node": "^22.14",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cross-env": "^10.1.0",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"electron": "https://github.com/castlabs/electron-releases#v39.2.7+wvcus",
"electron-builder": "26.1.0",
"electron-vite": "^5.0.0",
"eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"hono": "^4.10.3",
"jju": "^1.4.0",
"lucide-react": "^0",
"motion": "^12.11.0",
"nuqs": "^2.7.2",
"prettier": "^3.5.3",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-use": "^17.6.0",
"sonner": "^2.0.3",
"string-similarity-js": "^2.1.4",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.6",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild"
]
},
"trustedDependencies": [
"@tailwindcss/oxide",
"better-sqlite3",
"electron",
"electron-winstaller",
"esbuild",
"lodepng",
"objc-js",
"sharp"
]
}