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": {
|
2026-07-11 10:42:58 +02:00
|
|
|
"@vuepress/bundler-vite": "2.0.0-rc.30",
|
|
|
|
|
"@vuepress/plugin-slimsearch": "2.0.0-rc.131",
|
|
|
|
|
"@vuepress/plugin-umami-analytics": "2.0.0-rc.131",
|
|
|
|
|
"@vuepress/theme-default": "2.0.0-rc.132",
|
|
|
|
|
"sass-embedded": "^1.100.0",
|
|
|
|
|
"vuepress": "2.0.0-rc.30"
|
2024-01-27 14:59:53 +01:00
|
|
|
},
|
2024-06-21 08:15:31 +02:00
|
|
|
"dependencies": {
|
2026-07-11 10:42:58 +02:00
|
|
|
"less": "^4.6.7",
|
2024-06-21 08:15:31 +02:00
|
|
|
"nord": "^0.2.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vuepress dev docs",
|
|
|
|
|
"build": "vuepress build docs"
|
|
|
|
|
}
|
2023-02-26 19:20:43 +01:00
|
|
|
}
|