forked from Kunstmaan/KunstmaanCookieBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "cookie-bundle",
"version": "1.3.0",
"description": "GDPR Compliant cookie consent",
"main": "index.js",
"scripts": {
"test": "eslint ./src/Resources/ui/js",
"build": "webpack",
"start": "webpack --watch"
},
"dependencies": {
"smoothscroll-polyfill": "^0.4.2",
"svgxuse": "^1.2.6"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:Kunstmaan/KunstmaanCookieBundle.git"
},
"keywords": [
"GDPR",
"cookie"
],
"author": "Kunstmaan",
"license": "MIT",
"devDependencies": {
"@kunstmaan/eslint-config": "^1.1.0",
"@kunstmaan/stylelint-config": "^1.1.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"es6-promise": "4.2.4",
"eslint": "^5.13.0",
"eslint-loader": "^2.1.2",
"jest": "^22.4.3",
"stylelint": "^9.10.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"engines": {
"node": ">=10"
}
}