forked from apache/iotdb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.33 KB
/
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
38
39
40
41
{
"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.6.0",
"@vue/eslint-config-airbnb-with-typescript": "^7.0.1",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-catalog": "2.0.0-rc.24",
"@vuepress/plugin-docsearch": "2.0.0-rc.24",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-redirect": "2.0.0-rc.24",
"element-plus": "^2.4.3",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"gh-pages": "^6.1.0",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.34"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"@vue/repl": "^3.0.0"
}
}