forked from apache/iotdb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.28 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
{
"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"
}
]
}