shynet/package.json

28 lines
687 B
JSON
Raw Normal View History

2020-06-28 10:58:49 +08:00
{
"name": "shynet",
"description": "Modern, privacy-friendly, and cookie-free web analytics.",
"repository": {
"type": "git",
"url": "git+https://github.com/milesmcc/shynet.git"
},
"keywords": [
"privacy",
"analytics",
"self-host"
],
"author": "R. Miles McCain <shynet@sendmiles.email>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/milesmcc/shynet/issues"
},
"homepage": "https://github.com/milesmcc/shynet#readme",
"dependencies": {
2020-10-15 02:00:31 +08:00
"@fortawesome/fontawesome-free": "^5.15.1",
2021-01-11 01:19:54 +08:00
"a17t": "^0.5.1",
"apexcharts": "^3.23.1",
2020-10-15 02:00:31 +08:00
"inter-ui": "^3.15.0",
2020-06-28 10:58:49 +08:00
"litepicker": "^1.5.7",
"turbolinks": "^5.2.0"
}
}