Files
drupal-reha/web/themes/custom/reha/package.json
T
2024-06-18 13:07:41 +02:00

27 lines
568 B
JSON

{
"name": "dev.reha.fr",
"version": "1.0.0",
"description": "Sass",
"main": "index.js",
"scripts": {
"sass": "node-sass -w scss/ -o css/",
"watch": "webpack --watch"
},
"author": "Ouidade Soussi",
"license": "ISC",
"devDependencies": {
"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"
}
}