-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "getips",
"description": "Get Server & Client IPs.",
"version": "2.0.0",
"license": "MPL-2.0",
"author": "devbitme",
"repository": {
"type": "git",
"url": "https://github.com/devbitme/getips.git"
},
"bugs": {
"url": "https://github.com/devbitme/getips/issues"
},
"type": "module",
"scripts": {
"dev": "wxt -b firefox",
"dev:chrome": "wxt",
"build": "wxt build -b firefox",
"build:chrome": "wxt build",
"zip": "wxt zip -b firefox",
"zip:chrome": "wxt zip",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.4",
"@tsconfig/svelte": "^5.0.4",
"@wxt-dev/module-svelte": "^2.0.3",
"ipaddr.js": "^2.2.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.28.2",
"svelte-check": "^4.1.6",
"tailwindcss": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"wxt": "^0.20.5"
}
}