2023-02-26 19:20:43 +01:00
|
|
|
{
|
|
|
|
"name": "conlang.phundrak.com",
|
|
|
|
"version": "1.0.0",
|
2024-06-21 08:15:31 +02:00
|
|
|
"description": "P'hundrak's conlanging website",
|
2023-02-26 19:20:43 +01:00
|
|
|
"main": "index.js",
|
2024-06-21 08:15:31 +02:00
|
|
|
"repository": "https://labs.phundrak.com/phundrak/conlang.phundrak.com",
|
2023-02-26 19:20:43 +01:00
|
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
|
|
"license": "AGPL-3.0",
|
2024-06-21 08:15:31 +02:00
|
|
|
"private": true,
|
2023-02-26 19:20:43 +01:00
|
|
|
"devDependencies": {
|
2025-02-09 12:31:39 +01:00
|
|
|
"@vuepress/bundler-vite": "2.0.0-rc.19",
|
|
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.74",
|
|
|
|
"@vuepress/plugin-umami-analytics": "^2.0.0-rc.74",
|
|
|
|
"@vuepress/theme-default": "^2.0.0-rc.36",
|
|
|
|
"sass-embedded": "^1.83.4",
|
|
|
|
"vuepress": "2.0.0-rc.19"
|
2024-01-27 14:59:53 +01:00
|
|
|
},
|
2024-06-21 08:15:31 +02:00
|
|
|
"dependencies": {
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"nord": "^0.2.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vuepress dev docs",
|
|
|
|
"build": "vuepress build docs"
|
|
|
|
}
|
2023-02-26 19:20:43 +01:00
|
|
|
}
|