-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
48
49
50
{
"name": "User Style Script",
"description": "Let the User add JS and CSS to any site.",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox --mv2",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox --mv2",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare",
"lint": "prettier --check ."
},
"devDependencies": {
"@tanstack/table-core": "^8.20.5",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.280",
"@wxt-dev/module-svelte": "^2.0.1",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.77",
"clsx": "^2.1.1",
"formsnap": "2.0.0-next.1",
"lucide-svelte": "^0.468.0",
"mode-watcher": "^0.5.0",
"monaco-editor": "^0.52.2",
"monaco-vim": "^0.4.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass-embedded": "^1.83.4",
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"svelte-sonner": "^0.3.28",
"svelte-spa-router": "^4.0.1",
"sveltekit-superforms": "^2.21.1",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite-plugin-monaco-editor": "^1.1.0",
"wxt": "^0.19.22",
"zod": "^3.24.1"
}
}