-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1022 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
35
36
37
{
"name": "Kotka-PBS",
"author": "<[email protected]>",
"private": true,
"engines": {
"node": ">=13.2"
},
"scripts": {
"dev": "vuepress dev docs --host localhost",
"--": "",
"build": "vuepress build docs",
"build-and-serve": "npm run build && npm run _serve",
"_serve": "PORT=3101 node tools/_serve.js",
"-- ": "",
"deploy": "tools/deploy.sh",
"predeploy": "npm run build",
"-- ": "",
"_clean": "rm -rf dist/*"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"markdown-it-footnote": "^3.0.2",
"vuepress": "^1.7.1"
},
"//": {
"engines": [
"'>=13.2' for ES module support (developing on node 15.x)"
],
"scripts": {
"_...": "Targets starting '_' are undocumented (not mentioned in 'README'). You can rename or remove them, easier."
},
"type": [
"Cannot have 'type': 'module' since VuePress requires 'config.js' with extension (likely); did not find '.cjs'."
]
},
"dependencies": {}
}