-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "@dipakparmar/docusaurus-plugin-umami",
"version": "2.1.7",
"description": "Umami Analytics plugin for Docusaurus v2.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dipakparmar/docusaurus-plugin-umami.git"
},
"homepage": "https://github.com/dipakparmar/docusaurus-plugin-umami",
"bugs": "https://github.com/dipakparmar/docusaurus-plugin-umami/issues",
"dependencies": {
"@docusaurus/core": "3.6.1",
"@docusaurus/types": "3.6.1",
"@docusaurus/utils-validation": "3.6.1",
"tslib": "^2.4.0"
},
"author": "Dipak Parmar <hi@dipak.tech>",
"license": "MIT",
"keywords": [
"umami",
"analytics",
"docusaurus",
"docusaurus-plugin",
"docusaurus-plugin-umami"
],
"engine": {
"node": ">=18.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.0",
"@tsconfig/docusaurus": "^2.0.0",
"typescript": "~5.6.3"
}
}