-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 938 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
{
"name": "otto",
"private": true,
"version": "0.4.0",
"description": "Easily manage your browser extensions in popup",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@stylistic/eslint-plugin": "^5.4.0",
"@tailwindcss/vite": "^4.1.14",
"@tsconfig/svelte": "^5.0.5",
"@wxt-dev/module-svelte": "^2.0.3",
"eslint": "^9.36.0",
"eslint-plugin-svelte": "^3.12.4",
"globals": "^16.4.0",
"svelte": "^5.38.6",
"svelte-check": "^4.3.1",
"tailwindcss": "^4.1.14",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.45.0",
"wxt": "^0.20.6"
}
}