-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "evolution-manager",
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
"version": "0.3.12",
"main": "dist",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"directories": {
"bin": "./bin"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.6.0",
"core-js": "^3.29.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"optimist": "^0.6.1",
"pinia": "^2.0.0",
"pm2": "^5.3.0",
"roboto-fontface": "*",
"sass": "^1.60.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vue3-markdown": "^1.1.9",
"vuetify": "^3.4.0"
}
}