-
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) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 940 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
33
34
35
36
{
"name": "dolly",
"description": "Cinematic product demos in the browser",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"icons": "node scripts/render-icons.mjs",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.6",
"sharp": "^0.35.3",
"typescript": "^5.9.3",
"vite": "^8.1.5",
"web-ext": "^10.5.0",
"wxt": "^0.21.3"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/state": "^6.7.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.8",
"animate.css": "^4.1.1",
"codemirror": "^6.0.2",
"mp4-muxer": "^5.2.2",
"preact": "^10.29.8"
}
}