-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
55 lines (55 loc) · 1.87 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
54
55
{
"name": "clean-jsdoc-theme",
"version": "4.3.0",
"description": "A beautifully crafted theme/template for JSDoc 3. This theme/template looks and feels like a premium theme/template. This is a fully mobile responsive theme and also fully customizable theme.",
"main": "publish.js",
"scripts": {
"build": "node minify.js && node node_modules/jsdoc/jsdoc.js -c jsdoc-config.json",
"lint:js": "eslint . --ext .js --fix",
"lint:style": "stylelint-config-prettier-check && stylelint static/styles/",
"lint": "npm run lint:js && npm run lint:style"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankitskvmdam/clean-jsdoc-theme.git"
},
"author": "Ank",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankitskvmdam/clean-jsdoc-theme/issues"
},
"homepage": "https://ankdev.me/clean-jsdoc-theme/v4/index.html",
"peerDependencies": {
"jsdoc": ">=3.x <=4.x"
},
"keywords": [
"jsdoc",
"template",
"jsdoc-template",
"javascript documentation",
"customizable jsdoc theme / template"
],
"devDependencies": {
"@jsdoc/eslint-config": "^1.1.6",
"concurrently": "^7.2.2",
"csso": "^5.0.3",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.2.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-sass-guidelines": "^9.0.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"uglify-js": "^3.16.0"
},
"dependencies": {
"@jsdoc/salty": "^0.2.4",
"fs-extra": "^10.1.0",
"html-minifier-terser": "^7.2.0",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.21",
"showdown": "^2.1.0"
}
}