blob: 10b98ba141aceb51a0a9c0ae4c18c6ffb751c45a [file] [log] [blame]
{
"name": "iotdb-website",
"version": "2.0.0",
"description": "Apache IoTDB Website",
"license": "Apache Licence 2.0",
"type": "module",
"scripts": {
"build": "node --max_old_space_size=6000 ./node_modules/vuepress/bin/vuepress.js build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"dev": "vuepress dev src",
"docs:update-package": "npx vp-update",
"deploy": "node --max_old_space_size=6000 deploy.js",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vue/eslint-config-airbnb-with-typescript": "^7.0.0",
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/plugin-docsearch": "2.0.0-beta.61",
"@vuepress/plugin-google-analytics": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"element-plus": "^2.3.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.9.0",
"gh-pages": "^5.0.0",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-plugin-redirect": "2.0.0-beta.193",
"vuepress-theme-hope": "2.0.0-beta.193"
}
}