mirror of https://github.com/wg-easy/wg-easy
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.
38 lines
909 B
38 lines
909 B
{
|
|
"name": "webui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch",
|
|
"preview": "vite preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"apexcharts": "^3.48.0",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^3.6.0",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.11",
|
|
"vue-i18n": "^9.10.2",
|
|
"vue-timeago3": "^2.3.2",
|
|
"vue3-apexcharts": "^1.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite": "^5.0.10"
|
|
},
|
|
"overrides": {
|
|
"rollup": "npm:@rollup/wasm-node"
|
|
}
|
|
}
|
|
|