-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.06 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": "docs-project_copy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/vue-select": "^3.16.2",
"@vuepress/core": "^1.9.9",
"@vuepress/plugin-container": "^2.0.0-beta.8",
"@vuepress/plugin-prismjs": "^2.0.0-beta.4",
"@vuepress/theme-default": "^1.9.9",
"@vuepress/utils": "^2.0.0-alpha.1",
"algoliasearch": "4.14.3",
"cl-doc-vue-bot-ui": "0.1.4",
"instantsearch.js": "4.55.0",
"mitt": "^3.0.0",
"stylus": "^0.59.0",
"vue-instantsearch": "4.9.0",
"vue-multiselect": "^3.0.0-beta.2",
"vue-plugin-load-script": "^2.x.x",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vuepress/plugin-register-components": "^2.0.0-beta.63",
"typescript": "^5.0.2",
"vite": "^4.3.0",
"vue-tsc": "^1.2.0",
"vuepress": "2.0.0-beta.61"
}
}