-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 808 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 808 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": "vidtranscript",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.tsx,.vue src --fix"
},
"dependencies": {
"@reliutg/buzz-notify": "^2.5.6",
"@vercel/analytics": "^0.1.10",
"cloudinary": "^1.34.0",
"cloudinary-video-player": "^1.9.7",
"dropzone": "6.0.0-beta.2",
"multer": "1.4.5-lts.1",
"pinia": "^2.0.32",
"streamifier": "^0.1.1",
"vue": "^3.2.45",
"vue-buzz-notify": "^0.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.0"
}
}