-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 794 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 794 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
{
"name": "doc",
"version": "0.0.1",
"description": "",
"main": "index.js",
"authors": {
"name": "Dennis Rathjen",
"email": "o0shojo0o@dietru.de"
},
"repository": "o0shojo0o/doc/doc",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src --temp .temp",
"dev-win": "set NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src --temp .temp",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"vuepress": "^1.9.7",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-matomo": "^1.0.2",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
},
"volta": {
"node": "16.17.0"
}
}