-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.13 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_from": "klaro",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Vm39LNr2kov7f+h86KZyQnv0w/SNsc1Ik9T6aAOUuVhETUWI98jQk8Wabi1YFp3sM/bFO7XnCQC4xoMh7XQMxw==",
"_location": "/klaro",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "klaro",
"name": "klaro",
"escapedName": "klaro",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/klaro/-/klaro-0.7.1.tgz",
"_shasum": "80cabf4b593255638395ae655a7b2e6da0d74d09",
"_spec": "klaro",
"_where": "/Users/lukaserni/webroot/kupper-optik/vendor/lerni/klaro-cookie-consent",
"author": {
"name": "KIProtect GmbH"
},
"browserslist": [
"> 0.25%",
"IE 11",
"IE 9"
],
"bugs": {
"url": "https://github.com/KIProtect/klaro/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple but powerful consent manager.",
"devDependencies": {
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"file-loader": "^6.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"preact": "^10.4.7",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-sass-guidelines": "^7.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"yaml-loader": "^0.6.0"
},
"files": [
"*.js",
"*.css",
"*.scss",
"src/**/*.css",
"src/**/*.scss",
"src/**/*.js",
"src/**/*.ts",
"src/**/*.jsx",
"src/**/*.tsx",
"src/**/*.yml"
],
"homepage": "https://klaro.kiprotect.com/",
"keywords": [
"cookie",
"consent",
"gdpr",
"compliance"
],
"license": "BSD-3-Clause",
"main": "dist/klaro.js",
"name": "klaro",
"repository": {
"type": "git",
"url": "git+https://github.com/kiprotect/klaro.git"
},
"scripts": {
"lint": "eslint ./src --quiet",
"lint-fix": "eslint ./src --fix",
"lint-scss": "stylelint ./src/scss/*.scss --quiet",
"lint-scss-fix": "stylelint ./src/scss/*.scss --fix",
"make": "cross-env APP_ENV=production cross-env cross-env webpack --config webpack.config.js",
"make-dev": "cross-env APP_ENV=dev cross-env APP_DEV_MODE=server webpack-dev-server --host 0.0.0.0 --config webpack.config.js --history-api-fallback",
"make-watch": "cross-env APP_ENV=dev cross-env APP_DEV_MODE=watch webpack --watch --config webpack.config.js"
},
"version": "0.7.1"
}