-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.09 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.09 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
{
"name": "Flus Browser",
"license": "AGPL-3.0-or-later",
"repository": "github:flusio/flus-browser",
"type": "module",
"scripts": {
"build:assets": "parcel build --dist-dir dist/assets src/manifest.json",
"build:artifact": "web-ext build --source-dir dist/assets --artifacts-dir dist/artifacts --overwrite-dest",
"start:watcher": "parcel watch --no-hmr --no-autoinstall --dist-dir dist/dev_assets src/manifest.json",
"start:browser": "web-ext run --source-dir dist/dev_assets --devtools",
"lint:webext": "web-ext lint --source-dir dist/assets",
"lint:biome": "biome lint --error-on-warnings --config-path=.biome.json && biome format --error-on-warnings --config-path=.biome.json"
},
"devDependencies": {
"@biomejs/biome": "^2.1.0",
"@flus/design": "^1.0.0",
"@parcel/config-webextension": "^2.13.3",
"@parcel/transformer-vue": "^2.13.3",
"buffer": "^6.0.3",
"parcel": "^2.13.3",
"sanitize-html": "^2.17.0",
"svgo": "^4.0.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.3",
"web-ext": "^9.2.0",
"webextension-polyfill": "^0.12.0"
}
}