This commit is contained in:
erwanlr
2022-02-26 10:51:54 +01:00
parent 90b61d035e
commit 5feb6ffe34
67 changed files with 25233 additions and 7 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "kokku-cookie-banner",
"version": "1.8.6",
"private": true,
"repository": "git@github.com:Kokku/kokku-cookie-banner.git",
"author": "Kokku <tech@kokku.com>",
"license": "MIT",
"scripts": {
"prod": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.4.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"js-cookie": "^3.0.1"
},
"prettier": {
"tabWidth": 4
}
}