Files
phundrak.com/package.json
T

31 lines
759 B
JSON
Raw Normal View History

2023-01-31 16:12:05 +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>",
"license": "AGPL-3.0",
2023-01-31 16:12:05 +01:00
"private": true,
"devDependencies": {
2023-02-09 12:01:41 +01:00
"cz-conventional-changelog": "^3.3.0",
"git-cliff": "^1.1.2",
"vuepress": "2.0.0-beta.61"
2023-01-31 16:12:05 +01:00
},
"scripts": {
"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",
"rxjs": "^7.8.1",
2023-02-01 00:48:09 +01:00
"vuepress-plugin-remove-html-extension": "^0.1.0"
2023-02-09 12:01:41 +01:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2023-01-31 16:12:05 +01:00
}
}