-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "@omatech/oma-cookies",
"version": "1.3.1",
"description": "Cookies consent manager",
"scope": "omatech",
"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 && npm run uglify",
"production": "mix --production",
"uglify": "uglifyjs --compress --mangle --output ./dist/js/omacookies.min.js -- ./dist/js/omacookies.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omatech/oma-cookies.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/omatech/oma-cookies/",
"devDependencies": {
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.8"
},
"dependencies": {
"include-media": "^1.4.10",
"sass-loader": "^12.6.0",
"sass-rem": "^3.0.0"
}
}