-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 915 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
{
"name": "bdplugins",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/chroma-js": "^3.1.2"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@types/react": "^19.2.17",
"@types/react-canvas-draw": "^1.2.4",
"@types/react-dom": "^19.2.3",
"chroma-js": "^3.2.0",
"discord-types": "^1.3.3",
"esbuild": "^0.25.12",
"ffmpeg-wasm": "^1.0.1",
"react-dom": "^19.2.7"
},
"scripts": {
"build": "node esbuild.config.js",
"prod": "node esbuild.config.js && node esbuild.config.js --bdist",
"proddni": "node esbuild.config.js && node esbuild.config.js --dni"
},
"resolve": {
"alias": {
"react/jsx-dev-runtime": "react/jsx-dev-runtime.js",
"react/jsx-runtime": "react/jsx-runtime.js"
}
}
}