-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "asterics-docs",
"version": "1.0.0",
"description": "AsTeRICS Help and Docs",
"engines": {
"yarn": "^1.0.0",
"node": "18.x || 22.x"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"postbuild": "node src/scripts/logBuild.js",
"docs": "asterics-docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asterics/asterics-docs.git"
},
"keywords": [
"AsTeRICS",
"Accessibility",
"Web",
"Development"
],
"author": "StudyATHomeInternationally",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/asterics/asterics-docs/issues"
},
"homepage": "https://github.com/asterics/asterics-docs#readme",
"devDependencies": {
"@asterics-docs/tool": "0.0.1",
"vue-template-compiler": "^2.7.16",
"vuepress": "^1.9.9"
},
"dependencies": {
"@asterics-docs/vuepress-theme-docs": "0.2.1"
},
"overrides": {
"@asterics-docs/vuepress-theme-docs": {
"engines.node": ">=18.0.0"
}
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}