forked from victrme/Bonjourr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 KB
/
package.json
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
{
"name": "bonjourr",
"version": "19.0.0",
"description": "Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.",
"scripts": {
"edge": "gulp edge",
"chrome": "gulp chrome",
"firefox": "gulp firefox",
"safari": "gulp safari",
"online": "gulp online",
"build": "gulp build",
"test": "pnpm --filter tests test",
"online:dev": "concurrently \"http-server release/online -c-1\" \"gulp online\""
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/chrome": "^0.0.260",
"@types/gulp": "^4.0.17",
"@types/gulp-rename": "^2.0.6",
"@types/gulp-sass": "^5.0.4",
"@victr/deepmerge": "^1.3.2",
"concurrently": "^8.2.2",
"esbuild": "^0.20.0",
"gulp": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"http-server": "^14.1.1",
"idb-keyval": "^6.2.1",
"pocket-editor": "^1.10.0",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2",
"web-ext-types": "^3.2.1"
},
"pnpm": {
"overrides": {
"micromatch": "^4.0.5",
"fsevents": "^2.3.2",
"chokidar": "^3.5.3",
"glob-parent": "^6.0.2"
}
},
"prettier": {
"tabWidth": 4,
"useTabs": true,
"semi": false,
"singleQuote": true,
"printWidth": 128
}
}