-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
39
40
41
42
43
44
45
46
{
"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",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"shell": "node"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/compiler-dom": "^3.5.22",
"@vue/server-renderer": "^3.5.22",
"@vue/test-utils": "^2.4.6",
"date-fns": "^4.1.0",
"eslint": "^9.29.0",
"gray-matter": "^4.0.3",
"happy-dom": "^13.10.1",
"prettier": "^3.6.2",
"vite": "^7.1.8",
"vite-plugin-vuetify": "^2.1.2",
"vitepress": "^1.6.4",
"vitest": "^1.6.0",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"vuetify": "^3.10.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@mdi/font": "^7.4.47",
"axios": "^1.6.8",
"buffer": "^6.0.3"
}
}