generated from simochee/create-docsify-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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
52
53
{
"name": "docsify-plugin-page-history",
"description": "Page-by-page history for Docsify",
"keywords": [
"docsify"
],
"repository": {
"type": "git",
"url": "git+https://github.com/simochee/docsify-plugin-page-history.git"
},
"license": "MIT",
"author": {
"name": "simochee",
"email": "lollipop@simochee.net",
"url": "https://simochee.net"
},
"type": "module",
"main": "lib/docsify-plugin-page-history.js",
"files": [
"lib"
],
"scripts": {
"build": "rollup -c",
"prepare": "husky install",
"watch": "rollup -c -w"
},
"release": {
"branches": [
"main"
]
},
"dependencies": {
"front-matter": "^4.0.2",
"htm": "^3.1.1",
"vhtml": "^2.2.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.9",
"rollup": "^4.9.4"
},
"packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf",
"volta": {
"node": "20.10.0"
}
}