-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 KB
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
{
"name": "bespoken-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vuepress dev",
"build": "vuepress build",
"docs:build": "vuepress build docs",
"eject": "vuepress eject theme",
"algolia:index": "node -r dotenv/config scripts/index-algolia-from-files.js"
},
"packageManager": "pnpm@8.15.9",
"repository": {
"type": "git",
"url": "git+https://github.com/bespoken/bespoken-docs.git"
},
"keywords": [
"[]"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bespoken/bespoken-docs/issues"
},
"homepage": "https://github.com/bespoken/bespoken-docs#readme",
"dependencies": {
"@vuepress/plugin-medium-zoom": "^1.9.10",
"vuepress": "~1.9.10",
"vuepress-plugin-google-analytics-4": "^0.1.1",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-google-analytics": "^1.9.8",
"algoliasearch": "^4.25.3",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"front-matter": "^4.0.2",
"vuepress-api-playground": "^0.3.1",
"vuepress-plugin-nprogress": "^1.1.8",
"vuepress-plugin-smooth-scroll": "0.0.10"
}
}