{ "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 ", "license": "AGPL-3.0", "private": true, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "git-cliff": "^1.1.2", "vuepress": "2.0.0-beta.61" }, "scripts": { "dev": "vuepress dev content", "build": "vuepress build content" }, "dependencies": { "less": "^4.1.3", "nord": "^0.2.1", "rxjs": "^7.8.1", "vuepress-plugin-remove-html-extension": "^0.1.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }