| { |
| "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.cjs", |
| "deploy:staging": "node --max_old_space_size=6000 deploy_staging.cjs", |
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix" |
| }, |
| "devDependencies": { |
| "@rushstack/eslint-patch": "^1.3.2", |
| "@vue/eslint-config-airbnb-with-typescript": "^7.0.0", |
| "@vuepress/client": "2.0.0-beta.66", |
| "@vuepress/plugin-docsearch": "2.0.0-beta.66", |
| "@vuepress/plugin-google-analytics": "2.0.0-beta.66", |
| "@vuepress/utils": "2.0.0-beta.66", |
| "element-plus": "^2.3.8", |
| "eslint": "^8.44.0", |
| "eslint-plugin-vue": "^9.15.1", |
| "gh-pages": "^5.0.0", |
| "vue": "^3.3.4", |
| "vuepress": "2.0.0-beta.66", |
| "vuepress-plugin-redirect": "2.0.0-beta.233", |
| "vuepress-theme-hope": "2.0.0-beta.233" |
| }, |
| "licenses": [ |
| { |
| "type": "Apache-2.0", |
| "url": "https://www.apache.org/licenses/LICENSE-2.0" |
| } |
| ] |
| } |