You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
767 B
33 lines
767 B
10 months ago
|
{
|
||
|
"name": "wfs",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vue-tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@vueuse/core": "^10.7.2",
|
||
|
"dom-align": "^1.12.4",
|
||
|
"hls.js": "^1.4.14",
|
||
|
"viewerjs": "^1.11.6",
|
||
|
"vue": "^3.3.8"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@tailwindcss/container-queries": "^0.1.1",
|
||
|
"@tailwindcss/forms": "^0.5.7",
|
||
|
"@types/node": "^20.10.4",
|
||
|
"@vitejs/plugin-basic-ssl": "^1.0.2",
|
||
|
"@vitejs/plugin-vue": "^4.5.0",
|
||
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||
|
"autoprefixer": "^10.4.16",
|
||
|
"postcss": "^8.4.32",
|
||
|
"tailwindcss": "^3.4.0",
|
||
|
"typescript": "^5.2.2",
|
||
|
"vite": "^5.0.0",
|
||
|
"vue-tsc": "^1.8.22"
|
||
|
}
|
||
|
}
|