-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 925 Bytes
/
package.json
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
{
"name": "About",
"version": "1.0.0",
"description": "About HUNT Cloud",
"main": "index.js",
"type": "module",
"repository": "git@github.com:huntdatacenter/about.git",
"author": "HUNT Cloud <cloud@hunt.ntnu.no>",
"license": "MIT",
"scripts": {
"dev": "vitepress dev pages",
"build": "vitepress build pages",
"preview": "vitepress preview pages",
"test": "vitest",
"shell": "node"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^13.10.1",
"vite-plugin-vuetify": "^2.0.4",
"vitepress": "^1.4.0",
"vitest": "^1.6.0",
"vue": "^3.5.12",
"vuetify": "^3.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@mdi/font": "^7.4.47"
}
}