-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 886 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 886 Bytes
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
{
"name": "tms.consent",
"version": "1.0.0",
"description": "Simple, lightweight and customizable consent manager for Neos CMS based on Klaro!",
"main": "Resources/Public/JavaScript/main.bundle.js",
"scripts": {
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmsdev/Tms.Consent.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmsdev/Tms.Consent/issues"
},
"homepage": "https://github.com/tmsdev/Tms.Consent#readme",
"devDependencies": {
"css-loader": "^3.5.3",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass-loader": "^8.0.2",
"terser": "^4.8.0",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"klaro": "^0.7.3"
}
}