You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "jetlinks-docs",
|
|
"license": "apache 2.0",
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev .",
|
|
"docs:build": "vuepress build .",
|
|
"build": "node --max_old_space_size=10240 build/build.js"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress-plugin-medium-zoom": "^1.1.8"
|
|
}
|
|
}
|
|
|