mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "react-cookie-consent",
|
|
"author": {
|
|
"name": "Rick van Lieshout",
|
|
"email": "info@rickvanlieshout.com"
|
|
},
|
|
"version": "1.3.0",
|
|
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"js-cookie": "^2.2.0",
|
|
"react": "^16.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"patch": "npm --no-git-tag-version version patch",
|
|
"release": "npm run patch && npm run build && git add -A && git commit -m 'version bump and build' && git push && npm publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Mastermindzh/react-cookie-consent.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"cookie",
|
|
"consent",
|
|
"cookiebar"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Mastermindzh/react-cookie-consent/issues"
|
|
},
|
|
"homepage": "https://github.com/Mastermindzh/react-cookie-consent#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.5.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"webpack": "^2.6.1"
|
|
}
|
|
}
|