-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 Bytes
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
{
"name": "pear-browser",
"main": "index.html",
"pear": {
"name": "pear-browser",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": "768",
"width": "1024"
}
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.js",
"build:tailwind": "npx @tailwindcss/cli -i ./input.css -o ./output.css"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.12",
"brittle": "^3.0.0",
"pear-interface": "^1.0.0",
"tailwindcss": "^4.1.12"
},
"dependencies": {
"alpinejs": "^3.14.9",
"blind-peering": "^1.10.1",
"corestore": "^7.4.5",
"htmx.org": "^2.0.6",
"pear-request": "^0.2.2",
"protomux-wakeup": "^2.6.1",
"schema-sheets": "^3.0.0"
}
}