-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.61 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
{
"name": "kuzzleio-documentation",
"version": "4.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev src --clean-cache",
"vuepress": "vuepress",
"build": "vuepress build src --clean-cache"
},
"repository": {
"type": "git",
"url": "git://github.com/kuzzleio/documentation.git"
},
"author": "The Kuzzle Team <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"fix-indents": "^0.1.2092",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/micromatch": "^4.0.9",
"@vuepress/bundler-vite": "^2.0.0-rc.17",
"@vuepress/plugin-active-header-links": "^2.0.0-rc.52",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.52",
"@vuepress/plugin-copy-code": "^2.0.0-rc.52",
"@vuepress/plugin-docsearch": "^2.0.0-rc.52",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.52",
"@vuepress/plugin-markdown-container": "^2.0.0-rc.52",
"@vuepress/plugin-register-components": "^2.0.0-rc.52",
"@vuepress/plugin-shiki": "^2.0.0-rc.52",
"@vuepress/plugin-sitemap": "^2.0.0-rc.52",
"@vuepress/utils": "^2.0.0-rc.17",
"commander": "^12.1.0",
"eslint": "^9.11.1",
"micromatch": "^4.0.8",
"sass-embedded": "^1.79.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vuepress": "^2.0.0-rc.17"
}
}