header screen big

This commit is contained in:
2024-06-18 13:07:41 +02:00
parent c107e38ca8
commit a668919637
155 changed files with 8528 additions and 185 deletions
+11 -3
View File
@@ -1,18 +1,26 @@
{
"name": "dev.reha.fr",
"version": "1.0.0",
"description": "",
"description": "Sass",
"main": "index.js",
"scripts": {
"sass": "node-sass -w scss/ -o css/"
"sass": "node-sass -w scss/ -o css/",
"watch": "webpack --watch"
},
"author": "Ouidade Soussi",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
"file-loader": "^6.2.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/bachir/drupal-reha.git"
},
"dependencies": {
"slick-carousel": "^1.8.1"
}
}