hugo+node install

This commit is contained in:
Milana
2023-10-02 11:39:58 +03:00
parent c1bd86eeec
commit c80a29bb75
21 changed files with 1527 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "webpage",
"version": "1.0.0",
"description": "Для визуализации работы с git был использован интерфейс [ungit](https://github.com/FredrikNoren/ungit). Код и текст написаны в [Notepad++](https://notepad-plus-plus.org/).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "webpage"
},
"author": "Antone",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"nodemon": "^3.0.1"
}
}