config.phundrak.com/package.json

24 lines
614 B
JSON
Raw Permalink Normal View History

{
"name": "config.phundrak.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-01-28 04:33:11 +00:00
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://labs.phundrak.com/phundrak/conlang.phundrak.com"
},
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
"license": "AGPL-3.0",
"devDependencies": {
2024-01-28 04:33:11 +00:00
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"@vuepress/theme-default": "^2.0.0-rc.2",
"vuepress": "2.0.0-rc.2",
2024-01-28 04:33:25 +00:00
"vuepress-plugin-search-pro": "^2.0.0-rc.16"
},
2024-04-01 04:46:27 +00:00
"packageManager": "yarn@4.1.1"
}