-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.07 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
{
"name": "youtube-scroll-volume",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev:c": "vite",
"dev:ff": "cross-env TARGET=firefox vite build --watch",
"build:c": "cross-env TARGET=chrome vite build",
"build:ff": "cross-env TARGET=firefox vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.10.2",
"@types/trusted-types": "^2.0.7",
"@types/webextension-polyfill": "^0.10.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"daisyui": "^4.12.23",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"typescript": "~5.6.3",
"vite": "^5.4.17",
"vite-plugin-web-extension": "^4.1.6",
"webextension-polyfill": "^0.10.0"
}
}