-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
43 lines (43 loc) · 1.11 KB
/
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
39
40
41
42
43
{
"name": "Avian",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
"@videojs-player/vue": "^1.0.0",
"@vueuse/integrations": "^10.4.1",
"click-outside-vue3": "^4.0.1",
"focus-trap": "^7.5.2",
"linkify-string": "^4.1.1",
"linkifyjs": "^4.1.1",
"pinia": "^2.1.6",
"prettier": "^3.0.3",
"tailwind-merge": "^1.14.0",
"vue": "^3.3.4",
"vue-router": "4",
"wavesurfer.js": "^7.3.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/node": "^20.6.0",
"@types/video.js": "7.x",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
}
}