This commit is contained in:
erwanlr
2020-08-15 12:02:27 +02:00
parent ac16a951c5
commit 713edcecca
10 changed files with 2160 additions and 3 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "my-cookie",
"version": "1.0.0",
"description": "Another cookie plugin.",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"watch": "webpack --mode=development --watch --config webpack-config.js",
"build": "webpack --mode=production --config webpack-config.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/s60v5/mycookie-gdpr-compliance-for-wordpress.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/s60v5/mycookie-gdpr-compliance-for-wordpress/issues"
},
"homepage": "https://gitlab.com/s60v5/mycookie-gdpr-compliance-for-wordpress#readme",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}