-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.08 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.08 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "jsdoc-baseline",
"version": "0.1.4",
"description": "A basic template for JSDoc.",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/hereby build",
"coverage": "node_modules/.bin/hereby coverage",
"coverage-report": "node_modules/.bin/hereby coverage-report",
"css": "node_modules/.bin/hereby css",
"default": "node_modules/.bin/hereby",
"dev": "node_modules/.bin/hereby dev",
"format": "node_modules/.bin/hereby format",
"js": "node_modules/.bin/hereby js",
"license-check": "node_modules/.bin/hereby license-check",
"lint": "node_modules/.bin/hereby lint",
"prepare": "node .husky/install.js",
"test": "node_modules/.bin/hereby test"
},
"repository": {
"type": "git",
"url": "git://github.com/hegemonic/jsdoc-baseline.git"
},
"keywords": [
"jsdoc",
"api",
"docs",
"documentation",
"template"
],
"author": {
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hegemonic/jsdoc-baseline/issues"
},
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./lib/*": {
"import": "./lib/*"
},
"./lib/tasks/*": {
"import": "./lib/tasks/*"
}
},
"homepage": "https://github.com/hegemonic/jsdoc-baseline",
"dependencies": {
"@jsdoc/core": "^0.5.13",
"@jsdoc/doclet": "^0.2.16",
"@jsdoc/name": "^0.1.4",
"@jsdoc/tag": "^0.2.16",
"@jsdoc/task-runner": "^0.2.10",
"@jsdoc/util": "^0.3.6",
"@messageformat/core": "^3.4.0",
"@sindresorhus/slugify": "^3.0.0",
"catharsis": "^0.11.0",
"deep-extend": "^0.6.0",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.3.3",
"highlight.js": "^11.11.1",
"html-escaper": "^3.0.3",
"js-yaml": "^4.1.1",
"lodash": "^4.18.1",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0",
"memize": "^2.1.1",
"nunjucks": "^3.2.4",
"ow": "^3.1.1",
"spdx-license-list": "^6.11.0",
"strip-json-comments": "^5.0.3"
},
"optionalDependencies": {
"prettier": "^3.8.3"
},
"devDependencies": {
"@awesome.me/webawesome": "^3.7.0",
"@babel/core": "^8.0.0-rc.3",
"@babel/plugin-proposal-decorators": "^8.0.0-rc.3",
"@jsdoc/eslint-config": "^3.0.2",
"@jsdoc/prettier-config": "^0.2.12",
"@jsdoc/test-matchers": "^0.2.9",
"@lit-labs/observers": "^2.1.0",
"@picocss/pico": "^2.1.1",
"c8": "^11.0.0",
"csso-cli": "^4.0.2",
"easy-ease": "^1.0.9",
"esbuild": "^0.28.0",
"esbuild-sass-plugin": "^3.7.0",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"execa": "^9.6.1",
"globals": "^17.6.0",
"hereby": "^1.15.1",
"husky": "^9.1.7",
"jasmine": "^6.2.0",
"jasmine-console-reporter": "^3.1.0",
"license-check-and-add": "^4.0.5",
"lit": "^3.3.3",
"lodash-es": "^4.18.1",
"lucide": "^0.575.0",
"parcel": "^2.16.4",
"prettier": "^3.8.3",
"sass-embedded": "^1.99.0"
},
"engines": {
"node": ">=v16.0.0"
}
}