-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@klaxit/cookie-consent",
"version": "0.3.4",
"description": "A simple dialog to handle cookie consent and comply with data privacy laws. Fully compliant with European GDPR & California CCPA.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --config webpack.dev.js --progress --profile",
"build": "webpack --config webpack.prod.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"cookie",
"privacy",
"Europe",
"GDPR",
"California",
"CCPA"
],
"author": "Klaxit",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/runtime": "^7.13.9",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
"html-webpack-plugin": "^5.2.0",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"style-loader": "^2.0.0",
"webpack": "^5.24.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"core-js": "^3.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klaxit/cookie-consent.git"
},
"bugs": {
"url": "https://github.com/klaxit/cookie-consent/issues"
},
"homepage": "https://github.com/klaxit/cookie-consent#readme"
}