Lucien Cartier-Tilet
7b7e546895
All checks were successful
deploy / deploy (push) Successful in 5m34s
26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"name": "conlang.phundrak.com",
|
|
"version": "1.0.0",
|
|
"description": "P'hundrak's conlanging website",
|
|
"main": "index.js",
|
|
"repository": "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.14",
|
|
"@vuepress/plugin-umami-analytics": "2.0.0-rc.41",
|
|
"@vuepress/theme-default": "2.0.0-rc.41",
|
|
"vuepress": "2.0.0-rc.14",
|
|
"vuepress-plugin-search-pro": "2.0.0-rc.52"
|
|
},
|
|
"dependencies": {
|
|
"less": "^4.2.0",
|
|
"nord": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
}
|
|
}
|