-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 980 Bytes
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
{
"name": "tubesnake",
"version": "1.1.2",
"type": "module",
"scripts": {
"build:watch": "cross-env WATCH=true vite build --watch",
"build": "vite build",
"server": "http-server -c5 dist",
"dev": "npm-run-all --parallel build:watch server"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.1",
"@tailwindcss/vite": "^4.0.3",
"@types/chrome": "^0.0.301",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.13.1",
"@violentmonkey/types": "^0.2.0",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.3",
"vite": "^6.0.11"
},
"dependencies": {
"@violentmonkey/shortcut": "^1.4.4",
"preact": "^10.25.4"
}
}