-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "cookie-byte",
"version": "1.5.4",
"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": {
"prod": "npm run production",
"dev": "npm run development",
"development": "mix",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot"
},
"dependencies": {
"js-cookie": "^3.0.5"
},
"devDependencies": {
"laravel-mix": "^6.0.49",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.8.3",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16"
},
"browserslist": [
"defaults",
"IE 11"
]
}