phundrak.com/package.json
Lucien Cartier-Tilet c8ce7ca6da
All checks were successful
deploy / deploy (push) Successful in 1m30s
chore(package.json): remove unused packages
2024-06-20 09:33:58 +02:00

32 lines
842 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.13",
"@vuepress/plugin-umami-analytics": "^2.0.0-rc.36",
"@vuepress/theme-default": "^2.0.0-rc.36",
"vuepress": "2.0.0-rc.13",
"vuepress-plugin-search-pro": "^2.0.0-rc.43"
},
"scripts": {
"dev": "vuepress dev content",
"build": "vuepress build content"
},
"dependencies": {
"less": "^4.2.0",
"nord": "^0.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.3.0"
}