-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 894 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 894 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
33
34
35
36
37
38
39
{
"name": "cookie-byte",
"version": "2.0.1",
"description": "A highly customizable cookie consent manager for Statamic websites",
"keywords": [
"cookie consent",
"cookie consent banner",
"cookie consent manager",
"cookie banner",
"seo"
],
"license": "proprietary",
"author": "dryven",
"homepage": "https://github.com/dryven/cookie-byte#readme",
"bugs": {
"url": "https://github.com/dryven/cookie-byte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dryven/cookie-byte.git"
},
"main": "resources/js/cookie-byte.js",
"scripts": {
"dev": "rm -rf dist/build && vite",
"build": "vite build"
},
"dependencies": {
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@statamic/cms": "file:vendor/statamic/cms/resources/dist-package",
"laravel-vite-plugin": "^1.3.0",
"vite": "^6.4.1"
},
"browserslist": [
"defaults",
"IE 11"
]
}