-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
54
55
56
57
58
59
60
{
"name": "@remloyal/docsify-plugins",
"version": "1.0.0",
"description": "plugins for docsify",
"main": "src",
"scripts": {
"start": "rollup -c -w",
"clean": "rimraf ./dist",
"build": "npm run clean && rollup -c",
"pb": "npm run build && npm publish",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remloyal/docsify-plugins.git"
},
"keywords": [
"docsify",
"plugins",
"sidebar",
"collapse",
"flexsearch",
"search"
],
"files": [
"src",
"dist"
],
"author": "remloyal",
"license": "MIT",
"bugs": {
"url": "https://github.com/remloyal/docsify-plugins/issues"
},
"homepage": "https://github.com/remloyal/docsify-plugins#readme",
"dependencies": {
"common-tags": "^1.8.0",
"flexsearch": "^0.8.212",
"marked": "^17.0.1"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.3",
"autoprefixer": "^10.4.23",
"clean-css-cli": "^4.3.0",
"cssnano": "^7.1.2",
"glob": "^13.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.1.2",
"rollup": "^4.56.0",
"rollup-plugin-import-css": "^4.0.1",
"rollup-plugin-postcss": "^4.0.2",
"uglify-js": "^3.4.9"
},
"engines": {
"node": ">=20.11.0"
}
}