-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.94 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.94 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "flow-browser",
"productName": "Flow",
"version": "0.12.0",
"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",
"dev:devtools": "cross-env BROWSER_WINDOW_DEVTOOLS=true bun run dev",
"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",
"script:sync-bangs": "bun run scripts/sync-bangs.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.14.1",
"@phosphor-icons/core": "^2.1.1",
"arktype": "^2.2.0",
"better-sqlite3": "^12.9.0",
"drizzle-orm": "^0.45.2",
"electron-chrome-extensions": "npm:@iamevan/electron-chrome-extensions@4.9.4",
"electron-chrome-web-store": "npm:@iamevan/electron-chrome-web-store@0.13.3",
"electron-context-menu": "^4.1.2",
"electron-updater": "^6.8.3",
"electron-webauthn": "^1.3.1",
"icojs": "^0.20.1",
"knex": "^3.2.9",
"mime-types": "^3.0.1",
"objcjs-types": "^0.8.0",
"posthog-node": "^5.29.2",
"sharp": "^0.34.5",
"tldts": "^7.0.28"
},
"optionalDependencies": {
"objc-js": "^1.5.0"
},
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.10",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.15",
"@chenglou/pretext": "^0.0.5",
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/eslint-config-ts": "^3.1.0",
"@electron-toolkit/tsconfig": "^2.0.0",
"@headlessui/react": "^2.2.10",
"@iamevan/react-resizable-panels": "^3.0.7",
"@pdfslick/react": "^3.0.0",
"@phosphor-icons/react": "^2.1.7",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.99.0",
"@types/chrome": "^0.1.40",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.11",
"@types/jju": "^1.4.5",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"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",
"drizzle-kit": "^0.31.10",
"electron": "https://github.com/castlabs/electron-releases#v41.1.1+wvcus",
"electron-builder": "26.8.1",
"electron-vite": "^5.0.0",
"eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"hono": "^4.12.14",
"jju": "^1.4.0",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"node-abi": "^4.28.0",
"nuqs": "^2.8.9",
"prettier": "^3.8.3",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-use": "^17.6.0",
"sonner": "^2.0.3",
"string-similarity-js": "^2.1.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.9",
"typescript": "^6.0.2",
"vite": "^8.0.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild"
]
},
"trustedDependencies": [
"@tailwindcss/oxide",
"better-sqlite3",
"electron",
"electron-winstaller",
"esbuild",
"lodepng",
"objc-js",
"sharp"
],
"patchedDependencies": {
"app-builder-lib@26.8.1": "patches/app-builder-lib@26.8.1.patch"
}
}