-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.55 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
{
"private": true,
"license": "MIT",
"devDependencies": {
"@babel/core": "7.13.10",
"@vuepress/core": "1.8.2",
"@vuepress/plugin-google-analytics": "1.8.2",
"autoprefixer": "9.8.4",
"babel-loader": "8.2.2",
"babel-preset-vue": "2.0.2",
"commander": "^2.20.3",
"css-loader": "^4.0.0",
"esm": "3.2.25",
"jest": "26.6.3",
"markdown-it-deflist": "2.1.0",
"markdown-it-imsize": "2.0.1",
"nprogress": "0.2.0",
"postcss-import": "12.0.1",
"postcss-nested": "4.2.1",
"sitemap": "^3.0.0",
"tailwindcss": "1.4.6",
"v-tooltip": "2.1.3",
"vue-server-renderer": "2.6.14",
"vue-fragment": "1.5.2",
"vue-loader": "^14.0.0",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.6.14",
"vuepress": "1.8.2",
"vuepress-plugin-container": "2.1.5",
"vuepress-plugin-medium-zoom": "1.1.9",
"vuepress-plugin-sitemap": "docs/.vuepress/theme/vuepress-plugin-sitemap",
"vuepress-plugin-google-tag-manager": "0.0.5",
"vuex": "^3.6.2",
"webpack": "^4.46.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:devdebug": "node --nolazy --inspect-brk=9229 ./node_modules/.bin/vuepress dev docs",
"docs:devnocache": "vuepress dev docs --no-cache",
"docs:build": "vuepress build docs --dest=docs/.vuepress/dist/ && npm run docs:sitemap",
"docs:sitemap": "vuepress-sitemap -H https://console-docs.esper.io/ -d docs/.vuepress/dist/",
"test": "node ./node_modules/.bin/jest"
},
"dependencies": {
"flexsearch": "0.6.32",
"html-to-text": "7.0.0"
}
}