-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "cookie-warn",
"version": "3.2.20",
"description": "EU cookie warn",
"homepage": "https://projects.schalk.hu/cookie-warn/demo/index.html",
"repository": {
"type": "git",
"url": "https://github.com/schalkt/cookie-warn.git"
},
"keywords": [
"cookie",
"warning",
"europe",
"law",
"gdpr"
],
"author": "Tamas Schalk (https://github.com/schalkt)",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"init": "npm prune && npm update && npm audit fix && npm run development",
"release": "npm --no-git-tag-version version patch && npm run production"
},
"devDependencies": {
"i": "^0.3.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"resolve-url-loader": "^5.0.0"
}
}