-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 950 Bytes
/
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
{
"name": "puzzlout-portal",
"version": "1.0.16",
"description": "The website of Puzzlout company",
"main": "index.js",
"repository": "https://github.com/Puzzlout/Portal",
"author": "Jérémie Litzler <puzzlout@gmail.com>",
"license": "GPL V3",
"private": true,
"scripts": {
"docs:dev": "vuepress-vite dev docs",
"docs:build": "vuepress-vite build docs",
"docs": "vuepress-vite build docs && vuepress-vite dev docs",
"publish": "vuepress-vite build docs && git push"
},
"packageManager": "yarn@4.1.0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/plugin-blog": "2.0.0-rc.15",
"@vuepress/plugin-feed": "2.0.0-rc.17",
"@vuepress/plugin-pwa": "2.0.0-rc.17",
"@vuepress/plugin-redirect": "2.0.0-rc.17",
"@vuepress/plugin-seo": "2.0.0-rc.15",
"@vuepress/plugin-sitemap": "2.0.0-rc.15",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.26"
}
}