change typo et couleur

This commit is contained in:
2024-04-16 09:32:02 +02:00
parent 31fe945538
commit 82076eabb0
66 changed files with 6105 additions and 1133 deletions
+7 -4
View File
@@ -1,19 +1,22 @@
{
"name": "html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"flickity": "^2.2.1"
},
"devDependencies": {},
"devDependencies": {
"node-sass": "^9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass -w -scss -o css-compiled"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/kevin/Popsu-coloque.git"
},
"author": "",
"license": "ISC"
"license": "ISC",
"description": ""
}