2023-01-31 15:12:05 +00:00
|
|
|
{
|
2023-02-02 18:45:15 +00:00
|
|
|
"name": "phundrak.com",
|
2023-01-31 15:12:05 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Static website of Phundrak",
|
|
|
|
"main": "index.js",
|
2024-07-09 18:45:36 +00:00
|
|
|
"repository": "https://labs.phundrak.com/phundrak/phundrak.com",
|
2023-01-31 15:12:05 +00:00
|
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
2023-02-02 18:45:15 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-01-31 15:12:05 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2024-06-20 07:27:59 +00:00
|
|
|
"@vuepress/bundler-vite": "2.0.0-rc.13",
|
|
|
|
"@vuepress/plugin-umami-analytics": "^2.0.0-rc.36",
|
|
|
|
"@vuepress/theme-default": "^2.0.0-rc.36",
|
|
|
|
"vuepress": "2.0.0-rc.13",
|
|
|
|
"vuepress-plugin-search-pro": "^2.0.0-rc.43"
|
2023-01-31 15:12:05 +00:00
|
|
|
},
|
2023-01-31 23:48:09 +00:00
|
|
|
"dependencies": {
|
2024-06-20 07:27:59 +00:00
|
|
|
"less": "^4.2.0",
|
|
|
|
"nord": "^0.2.1"
|
2023-02-09 11:01:41 +00:00
|
|
|
},
|
2024-07-09 18:45:36 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vuepress dev content",
|
|
|
|
"build": "vuepress build content"
|
|
|
|
}
|
2023-01-31 15:12:05 +00:00
|
|
|
}
|