forked from craftcms/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.7 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
49
{
"private": true,
"devDependencies": {
"@babel/core": "^7.10.3",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@storybook/addon-knobs": "^6.1.20",
"@storybook/addons": "^6.1.20",
"@storybook/vue": "^6.1.20",
"@vuepress/core": "^1.5.3",
"@vuepress/plugin-google-analytics": "^1.5.3",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"commander": "^2.20.3",
"esm": "^3.2.25",
"jest": "^26.1.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-imsize": "^2.0.1",
"nprogress": "^0.2.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.4.6",
"v-tooltip": "^2.0.3",
"vue": "^2.6.12",
"vue-fragment": "^1.5.1",
"vue-loader": "^15.9.3",
"vue-server-renderer": "^2.6.12",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.5.3",
"vuepress-plugin-container": "^2.1.4",
"vuepress-plugin-medium-zoom": "^1.1.8",
"vuepress-plugin-sitemap": "docs/.vuepress/theme/vuepress-plugin-sitemap",
"vuex": "^3.4.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/docs && npm run docs:sitemap",
"docs:sitemap": "vuepress-sitemap -H https://craftcms.com/docs/ -d docs/.vuepress/dist/docs -e /3.x/fr/**",
"storybook": "start-storybook -c docs/.storybook -s docs/.vuepress/public:/docs",
"test": "node ./node_modules/.bin/jest"
},
"dependencies": {
"flexsearch": "^0.6.32",
"html-to-text": "^6.0.0"
}
}