All checks were successful
deploy / deploy (push) Successful in 3m24s
35 lines
925 B
JSON
35 lines
925 B
JSON
{
|
|
"name": "phundrak.com",
|
|
"version": "0.1.0",
|
|
"description": "Static website of Phundrak",
|
|
"main": "index.js",
|
|
"repository": "https://labs.phundrak.com/phundrak/vuepress-www",
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.2",
|
|
"@vuepress/theme-default": "^2.0.0-rc.2",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"git-cliff": "^1.1.2",
|
|
"vuepress": "2.0.0-rc.2",
|
|
"vuepress-plugin-search-pro": "^2.0.0-rc.15"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev content",
|
|
"build": "vuepress build content"
|
|
},
|
|
"dependencies": {
|
|
"less": "^4.1.3",
|
|
"nord": "^0.2.1",
|
|
"rxjs": "^7.8.1",
|
|
"vuepress-plugin-umami-analytics": "^1.8.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|