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.
 
 
 
 
 

32 lines
762 B

{
"name": "webui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"preview": "vite preview"
},
"dependencies": {
"apexcharts": "^3.48.0",
"crypto-js": "^4.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-i18n": "^9.10.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"
}
}