-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "cmp",
"version": "0.0.1",
"description": "CMP - Consent Management Platform",
"dependencies": {
"@alpinejs/collapse": "^3.10.2",
"@alpinejs/focus": "^3.10.3",
"@alpinejs/intersect": "^3.12.0",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"@symfony/webpack-encore": "^1.8.2",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.5",
"chart.js": "^3.8.0",
"clipboard": "^2.0.11",
"codemirror": "^5.65.1",
"core-js": "^3.22.2",
"dayjs": "^1.11.3",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"jquery": "^3.6.0",
"live-form-validation": "^1.10.0",
"nette.ajax.js": "^2.3.0",
"path": "^0.12.7",
"postcss": "^8.4.12",
"postcss-custom-properties": "^12.1.8",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"script-loader": "^0.7.2",
"scriptjs": "^2.5.9",
"tailwindcss": "^3.0.24",
"tippy.js": "^6.3.7",
"toastr": "^2.1.4",
"ublaboo-datagrid": "^6.9.1",
"vanilla-picker": "^2.12.2",
"webpack-require-http": "^0.4.3"
},
"devDependencies": {
"ynpx": "^2.1.3"
},
"resolutions": {
"got": "^11.8.5"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/68publishers/consent-management-platform"
},
"author": "68publishers",
"license": "proprietary",
"bugs": {
"url": "https://github.com/68publishers/consent-management-platform/issues"
},
"homepage": "https://github.com/68publishers/consent-management-platform#readme"
}