-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "root-consent",
"version": "1.0.6",
"description": "Provides a configurable way of obtaining explicit consent from users for tracking purposes",
"private": false,
"main": "dist/js/root-consent.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"build-css": "node-sass --include-path scss src/sass/root-consent.scss dist/css/root-consent.css"
},
"author": "Byron Fitzgerald <byron@rootstudio.co.uk>",
"contributors": [
"James Wigger"
],
"license": "MIT",
"devDependencies": {
"custom-event": "^1.0.1",
"laravel-mix": "^6.0.39",
"resolve-url-loader": "^4.0.0",
"sass": "^1.26.8",
"sass-loader": "^12.1.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"custom-event-polyfill": "^0.3.0",
"node-sass": "^6.0.1"
}
}