forked from Overworldai/Biome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.51 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
{
"name": "biome",
"productName": "Biome",
"private": true,
"version": "1.0.1",
"main": ".vite/build/main.js",
"scripts": {
"dev": "electron-forge start",
"build": "electron-forge make",
"package": "electron-forge package",
"lint": "prettier --check . && tsc --noEmit",
"lint-fix": "prettier --write . && tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"framer-motion": "^12.35.0",
"i18next": "^25.10.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.6.6",
"strip-ansi": "^7.2.0",
"tailwindcss": "^4.2.1",
"tree-kill": "^1.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@electron-forge/cli": "^7",
"@electron-forge/maker-dmg": "^7",
"@electron-forge/plugin-vite": "^7",
"@felixrieseberg/electron-forge-maker-nsis": "^7.2.0",
"@reforged/maker-appimage": "^5.2.0",
"@types/adm-zip": "^0.5",
"@types/node": "^22",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"adm-zip": "^0.5",
"electron": "~35.7.5",
"husky": "^9.1.7",
"prettier": "^3",
"tar": "^7.5.11",
"typescript": "^5.9.3",
"vite": "^6.0.5"
},
"overrides": {
"tar": "^7.5.11",
"http-proxy-agent": "^7.0.2",
"@tootallnate/once": "^3.0.1",
"tmp": "^0.2.4",
"@electron/rebuild": "^4.0.3"
},
"description": "Biome desktop app",
"author": {
"name": "Overworld",
"url": "https://overworld.ai"
}
}