2023-01-31 16:12:05 +01:00
|
|
|
{
|
2023-02-02 19:45:15 +01:00
|
|
|
"name": "phundrak.com",
|
2023-01-31 16:12:05 +01:00
|
|
|
"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>",
|
2023-02-02 19:45:15 +01:00
|
|
|
"license": "AGPL-3.0",
|
2023-01-31 16:12:05 +01:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2024-01-27 16:15:57 +01:00
|
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.2",
|
|
|
|
"@vuepress/theme-default": "^2.0.0-rc.2",
|
2023-02-09 12:01:41 +01:00
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
2023-02-09 13:19:20 +01:00
|
|
|
"git-cliff": "^1.1.2",
|
2024-01-27 16:15:57 +01:00
|
|
|
"vuepress": "2.0.0-rc.2",
|
|
|
|
"vuepress-plugin-search-pro": "^2.0.0-rc.15"
|
2023-01-31 16:12:05 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-02 19:45:15 +01:00
|
|
|
"dev": "vuepress dev content",
|
|
|
|
"build": "vuepress build content"
|
2023-02-01 00:48:09 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-05 00:40:46 +02:00
|
|
|
"less": "^4.1.3",
|
|
|
|
"nord": "^0.2.1",
|
2024-02-26 06:50:01 +01:00
|
|
|
"rxjs": "^7.8.1",
|
|
|
|
"vuepress-plugin-umami-analytics": "^1.8.0"
|
2023-02-09 12:01:41 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
2024-01-27 16:15:57 +01:00
|
|
|
},
|
2024-02-26 06:50:01 +01:00
|
|
|
"packageManager": "yarn@4.1.0"
|
2023-01-31 16:12:05 +01:00
|
|
|
}
|