[Misc] switching to new repo for org files

This commit is contained in:
2023-09-18 18:45:14 +02:00
parent 566861ee28
commit 4e7e98c28b
176 changed files with 15713 additions and 18925 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "config.phundrak.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://labs.phundrak.com/phundrak/conlang.phundrak.com"
},
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
"license": "AGPL-3.0",
"devDependencies": {
"vuepress": "2.0.0-beta.67",
"vuepress-vite": "^2.0.0-beta.67"
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
}
}