-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.59 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
{
"name": "meraki-vision-supervisor",
"description": "Cross browser extension to add call buttons on Meraki Vision Dashboard, enabling click-to-call.",
"private": true,
"author": "WXSD Sales <[email protected]>",
"contributors": [
"Ashesh Singh <[email protected]> (https://mrsinh.com)"
],
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:edge": "wxt -b edge",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare",
"lint": "prettier --ignore-path .gitignore --plugin-search-dir . --check . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --plugin-search-dir . --write .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"husky": "^8.0.3",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-eslint-parser": "^0.33.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"wxt": "^0.18.10"
}
}