-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 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
41
42
43
{
"name": "clip-inserter",
"description": "Takes text copied to the clipboard and inserts it into the page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt -b chrome --mv3",
"dev:firefox": "wxt -b firefox --mv2",
"build": "wxt build -b chrome --mv3",
"build:firefox": "wxt build -b firefox --mv2",
"zip": "wxt zip -b chrome --mv3",
"zip:firefox": "wxt zip -b firefox --mv2",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.283",
"@types/eslint": "^9.6.1",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@wxt-dev/module-svelte": "^2.0.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^7.3.0",
"wxt": "^0.20.13"
}
}