forked from huntdatacenter/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 928 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 928 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
33
34
35
36
37
{
"name": "pages",
"version": "0.0.1",
"description": "Test description",
"main": "index.js",
"authors": {
"name": "HUNT Data Center",
"email": "cloud@hunt.ntnu.no"
},
"repository": "https://gitlab.com/huntdatacenter/pages",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/theme-default": "^1.8.2",
"chalk": "^2.0.0",
"commander": "^2.0.0",
"esm": "^3.0.0",
"vuepress": "^1.8.2",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1"
},
"dependencies": {},
"resolutions": {
"postcss": "^7.0.35",
"ws": "^6.2.2",
"dns-packet": "^5.2.2",
"css-what": "^5.0.1",
"uuid": "^7",
"glob-parent": "^5.1.2"
}
}