Files

27 lines
739 B
JSON
Raw Permalink Normal View History

2023-01-31 16:12:05 +01:00
{
"name": "phundrak.com",
2023-01-31 16:12:05 +01:00
"version": "0.1.0",
"description": "Static website of Phundrak",
"main": "index.js",
2024-07-09 20:45:36 +02:00
"repository": "https://labs.phundrak.com/phundrak/phundrak.com",
2023-01-31 16:12:05 +01:00
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
"license": "AGPL-3.0",
2023-01-31 16:12:05 +01:00
"private": true,
"devDependencies": {
2025-02-09 11:57:54 +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",
2024-06-20 09:27:59 +02:00
"@vuepress/theme-default": "^2.0.0-rc.36",
2025-02-09 11:57:54 +01:00
"sass-embedded": "^1.83.4",
"vuepress": "2.0.0-rc.19"
2023-01-31 16:12:05 +01:00
},
2023-02-01 00:48:09 +01:00
"dependencies": {
2024-06-20 09:27:59 +02:00
"less": "^4.2.0",
"nord": "^0.2.1"
2023-02-09 12:01:41 +01:00
},
2024-07-09 20:45:36 +02:00
"scripts": {
"dev": "vuepress dev content",
"build": "vuepress build content"
}
2023-01-31 16:12:05 +01:00
}