-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 837 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
{
"name": "websed",
"version": "0.0.0",
"private": true,
"type": "module",
"homepage": "https://TUT-ARG.github.io/WebSED",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "node copyWasm.cjs",
"deploy": "vite build && gh-pages -d dist -r https://github.com/TUT-ARG/WebSED.git"
},
"dependencies": {
"audio-decode": "^2.2.2",
"express": "^4.19.2",
"fft.js": "^4.0.4",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"meyda": "^5.6.3",
"onnxruntime-web": "^1.19.2",
"papaparse": "^5.4.1",
"type-is": "^1.6.18",
"vue": "^3.4.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"gh-pages": "^6.2.0",
"vite": "^5.3.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
}
}