2023-01-31 15:12:05 +00:00
|
|
|
{
|
2023-02-02 18:45:15 +00:00
|
|
|
"name": "phundrak.com",
|
2023-01-31 15:12:05 +00: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 18:45:15 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-01-31 15:12:05 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2023-02-09 11:01:41 +00:00
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
2023-02-09 12:19:20 +00:00
|
|
|
"git-cliff": "^1.1.2",
|
2023-03-20 11:48:58 +00:00
|
|
|
"vuepress": "^2.0.0-beta.61"
|
2023-01-31 15:12:05 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-02 18:45:15 +00:00
|
|
|
"dev": "vuepress dev content",
|
|
|
|
"build": "vuepress build content"
|
2023-01-31 23:48:09 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"vuepress-plugin-remove-html-extension": "^0.1.0"
|
2023-02-09 11:01:41 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
2023-01-31 15:12:05 +00:00
|
|
|
}
|
|
|
|
}
|