2023-09-07 00:15:02 +00:00
|
|
|
{
|
|
|
|
"name": "barertc",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"watch": "vite build -w --sourcemap=true --minify=false",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-09 03:27:00 +00:00
|
|
|
"floating-vue": "^2.0.0-beta.24",
|
2023-09-08 03:36:47 +00:00
|
|
|
"interactjs": "^1.10.18",
|
2023-09-09 02:37:39 +00:00
|
|
|
"vue": "^3.3.4",
|
2023-09-09 03:27:00 +00:00
|
|
|
"vue-mention": "^2.0.0-alpha.3",
|
2023-10-06 01:59:49 +00:00
|
|
|
"vue3-emoji-picker": "^1.1.7",
|
|
|
|
"vue3-slider": "^1.9.0"
|
2023-09-07 00:15:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.3.1",
|
|
|
|
"eslint": "^8.46.0",
|
|
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
|
|
"vite": "^4.4.9"
|
|
|
|
}
|
|
|
|
}
|