-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 Bytes
/
package.json
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
{
"name": "samplewiz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@supabase/supabase-js": "^2.45.3",
"@vitest/coverage-v8": "^2.0.5",
"audiobuffer-to-wav": "^1.0.0",
"pinia": "^2.2.2",
"resize-observer-polyfill": "^1.5.1",
"vue": "^3.5.2",
"vuetify": "^3.7.1",
"wavesurfer.js": "^7.8.4",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.21",
"@pinia/testing": "^0.1.5",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.7.3",
"vite": "^5.4.3",
"vitest": "^2.0.5"
}
}