-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
52 lines (52 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
{
"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": {
"@docsearch/css": "3.8.0",
"@docsearch/js": "3.8.0",
"@docsearch/react": "3.8.0",
"@rushstack/eslint-patch": "1.6.0",
"@vue/eslint-config-airbnb-with-typescript": "^7.0.1",
"@vue/repl": "4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/helper": "2.0.0-rc.39",
"@vuepress/plugin-catalog": "2.0.0-rc.39",
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-google-analytics": "2.0.0-rc.37",
"@vuepress/plugin-prismjs": "2.0.0-rc.39",
"@vuepress/plugin-redirect": "2.0.0-rc.39",
"@vuepress/plugin-shiki": "2.0.0-rc.39",
"@vueuse/core": "10.11.0",
"element-plus": "2.4.3",
"eslint": "8.55.0",
"eslint-plugin-vue": "9.19.2",
"gh-pages": "6.1.0",
"ts-debounce": "^4.0.0",
"vue": "^3.4.38",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"extensionDependencies": [],
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"@vue/repl": "^4.1.1",
"katex": "^0.16.11"
}
}