-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 939 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 939 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
37
38
39
{
"name": "haxademic.js",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"catalog": "node scripts/build-manifest.js",
"update-libs": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"desktop": "^0.1.0",
"express": "^5.2.1",
"fetch": "^1.1.0",
"get-windows": "^9.3.0",
"http": "^0.0.1-security",
"mixpanel": "^0.21.0",
"node-forge": "^1.4.0",
"ogl": "^1.0.11",
"p5": "^2.2.3",
"pixi.js": "^8.18.1",
"screenshot-desktop": "^1.15.3",
"sharp": "^0.34.5",
"tone": "^15.1.22",
"tslib": "^2.8.1",
"websocket": "^1.0.35",
"ws": "^8.20.0"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^2.3.0",
"vite": "^8.0.8"
}
}