-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 Bytes
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
{
"name": "touareg",
"description": "A web GUI for HashiCorp Nomad",
"version": "1.3.1",
"author": "Hervé BRY <[email protected]>",
"private": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.15.2",
"moment": "^2.18.1",
"oboe": "^2.1.3",
"vue": "^3.3.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.7"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@mdi/js": "^7.3.67",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^6.0.7",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuetify": "^2.1.1",
"vite": "^8.0.13",
"vite-plugin-vuetify": "^2.0.1"
}
}