| { |
| "name": "iotdb-website", |
| "version": "2.0.0", |
| "description": "Apache IoTDB Website", |
| "license": "Apache Licence 2.0", |
| "type": "module", |
| "licenses": [ |
| { |
| "type": "Apache-2.0", |
| "url": "https://www.apache.org/licenses/LICENSE-2.0" |
| } |
| ], |
| "scripts": { |
| "build": "node --max_old_space_size=8192 ./node_modules/vuepress/bin/vuepress.js build src", |
| "check-links": "node --max_old_space_size=8192 ./node_modules/vuepress/bin/vuepress.js build src", |
| "clean-dev": "vuepress dev src --clean-cache", |
| "dev": "vuepress dev src", |
| "update-package": "npx vp-update", |
| "deploy": "node --max_old_space_size=8192 deploy.cjs", |
| "deploy:staging": "node --max_old_space_size=8192 deploy_staging.cjs", |
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix" |
| }, |
| "dependencies": { |
| "@element-plus/icons-vue": "^2.3.2", |
| "@vuepress/bundler-vite": "2.0.0-rc.26", |
| "@vuepress/plugin-docsearch": "2.0.0-rc.120", |
| "@vuepress/plugin-links-check": "2.0.0-rc.120", |
| "element-plus": "^2.12.0", |
| "sass-embedded": "1.93.3", |
| "vue": "^3.5.25", |
| "vue3-carousel": "0.17.0", |
| "vuepress": "2.0.0-rc.26", |
| "vuepress-theme-hope": "2.0.0-rc.99" |
| }, |
| "devDependencies": { |
| "@eslint/js": "9.39.1", |
| "@vuepress/helper": "2.0.0-rc.120", |
| "@vuepress/plugin-back-to-top": "2.0.0-rc.120", |
| "eslint": "9.39.1", |
| "eslint-plugin-vue": "10.6.2", |
| "gh-pages": "6.3.0", |
| "globals": "16.5.0", |
| "katex": "^0.16.25", |
| "typescript": "5.9.3", |
| "typescript-eslint": "8.48.1" |
| }, |
| "prettier": { |
| "singleQuote": true, |
| "trailingComma": "all" |
| }, |
| "packageManager": "pnpm@10.25.0" |
| } |