-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 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
{
"name": "btool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@ffmpeg/ffmpeg": "^0.12.3",
"@ffmpeg/util": "^0.12.0",
"@howdyjs/mouse-menu": "^2.0.8",
"@types/lodash": "^4.14.195",
"ant-design-vue": "4.x",
"axios": "^1.4.0",
"file-selector": "^0.6.0",
"idb-keyval": "^6.2.1",
"jsplumb": "^2.15.6",
"pinia": "^2.1.4",
"pubsub-js": "^1.9.4",
"pubsub-ts": "^0.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vuedraggable": "^4.1.0",
"wavesurfer.js": "^7.1.1"
},
"devDependencies": {
"@types/pubsub-js": "^1.8.3",
"@vitejs/plugin-vue": "^4.2.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.0"
}
}