-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "@takisrs/cookies-consent",
"version": "1.0.7",
"description": "A simple cookies consent implementation",
"homepage": "https://github.com/takisrs/cookies-consent",
"repository": "github:takisrs/cookies-consent",
"keywords": [
"cookies",
"consent",
"GDPR"
],
"browser": "dist/cookie-consent.min.js",
"module": "src/index.js",
"scripts": {
"build": "webpack",
"serve": "webpack serve",
"watch": "webpack --watch"
},
"author": "Panagiotis Pantazopoulos",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^10.0.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^1.3.5",
"postcss": "^8.0.5",
"postcss-loader": "^5.0.0",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}