24 lines
614 B
JSON
24 lines
614 B
JSON
{
|
|
"name": "conlang.phundrak.com",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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": {
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.2",
|
|
"@vuepress/theme-default": "2.0.0-rc.2",
|
|
"vuepress": "2.0.0-rc.2",
|
|
"vuepress-plugin-search-pro": "^2.0.0-rc.15"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|