Files
conlang.phundrak.com/package.json
T

27 lines
754 B
JSON
Raw Normal View History

2023-02-26 19:20:43 +01:00
{
"name": "conlang.phundrak.com",
"version": "1.0.0",
"description": "P'hundrak's conlanging website",
2023-02-26 19:20:43 +01:00
"main": "index.js",
"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",
"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
},
"dependencies": {
2026-07-11 10:42:58 +02:00
"less": "^4.6.7",
"nord": "^0.2.1"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
}
2023-02-26 19:20:43 +01:00
}