-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.25 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
48
49
50
51
{
"name": "discreto",
"version": "1.4.0",
"description": "you have the right to stay anonymous",
"author": "Greg Deback",
"license": "MIT",
"main": "webpack.config.js",
"keywords": [
"js",
"gdpr",
"compliance",
"gtm",
"tool"
],
"repository": {
"type": "git",
"url": "https://github.com/discre-to/discreto.git"
},
"homepage": "https://discre.to/",
"logo": "https://discre.to/img/discreto.svg",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack",
"sass": "sass src/discreto.scss dist/discreto.css",
"watch": "sass --watch src:dist",
"test": "mocha --require @babel/register -u bdd -R dot --no-warnings test/node.js"
},
"devDependencies": {
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"bufferutil": "^4.0.7",
"canvas": "^2.10.2",
"css-loader": "^6.7.1",
"esm": "^3.2.25",
"expect.js": "^0.3.1",
"fibers": "^5.0.3",
"file-loader": "^6.2.0",
"jsdom": "^20.0.2",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.1.0",
"node-sass": "^9.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"url-loader": "^4.1.1",
"utf-8-validate": "^5.0.10",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}