-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.5 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
{
"name": "kentico-xperience-13-style-guide",
"version": "1.0.0",
"description": "A guide to help developers build better and more consistent Kentico Xperience applications",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"engines": {
"node": ">=16.13.1 <17"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seangwright/kentico-xperience-13-style-guide.git"
},
"keywords": [
"xperience",
"kentico",
"cms"
],
"author": "Sean G. Wright <[email protected]> (https://www.seangwright.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/seangwright/kentico-xperience-13-style-guide/issues"
},
"homepage": "https://github.com/seangwright/kentico-xperience-13-style-guide#readme",
"devDependencies": {
"@vuepress/bundler-webpack": "2.0.0-beta.48",
"@vuepress/cli": "2.0.0-beta.48",
"@vuepress/client": "2.0.0-beta.48",
"@vuepress/plugin-back-to-top": "2.0.0-beta.48",
"@vuepress/plugin-container": "2.0.0-beta.48",
"@vuepress/plugin-docsearch": "2.0.0-beta.48",
"@vuepress/plugin-google-analytics": "2.0.0-beta.48",
"@vuepress/plugin-nprogress": "2.0.0-beta.48",
"@vuepress/plugin-register-components": "2.0.0-beta.48",
"@vuepress/plugin-shiki": "2.0.0-beta.48",
"@vuepress/utils": "^2.0.0-beta.48",
"prettier": "2.7.0",
"prettier-plugin-toml": "0.3.1",
"vuepress": "2.0.0-beta.48",
"vuepress-vite": "2.0.0-beta.48"
}
}