-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.04 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
{
"name": "artfultab",
"version": "0.0.6",
"displayName": "Artful Tab",
"author": "Importantus",
"description": "Artful Tab is a new tab page that displays beautiful art from around the world.",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"watch": "vite build --watch --mode development --minify false",
"dev": "vite",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/"
},
"license": "MIT",
"devDependencies": {
"@samrum/vite-plugin-web-extension": "^5.0.0",
"@types/chrome": "^0.0.228",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.2.1",
"typescript": "^5.0.4",
"vite": "~4.5.5",
"vue-tsc": "^1.6.1",
"web-ext": "^8.2.0"
},
"dependencies": {
"iso-language-codes": "^2.0.0",
"lucide-vue-next": "^0.292.0",
"pinia": "^2.1.7",
"vue": "^3.2.47",
"webextension-polyfill": "^0.10.0"
}
}