29 lines
727 B
JSON
29 lines
727 B
JSON
{
|
|
"name": "config.phundrak.com",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://labs.phundrak.com/phundrak/conlang.phundrak.com"
|
|
},
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.26",
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.118",
|
|
"@vuepress/plugin-umami-analytics": "2.0.0-rc.118",
|
|
"@vuepress/theme-default": "2.0.0-rc.118",
|
|
"vuepress": "2.0.0-rc.26"
|
|
},
|
|
"dependencies": {
|
|
"less": "^4.4.2",
|
|
"nord": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
}
|
|
}
|