@comet-cli/plugin-documentation
Version:
Plugin for generating API documentation
103 lines (102 loc) • 3.06 kB
JSON
{
"name": "@comet-cli/plugin-documentation",
"version": "0.2.4",
"description": "Plugin for generating API documentation",
"keywords": [
"comet",
"api",
"documentation",
"rest",
"swagger",
"openapi",
"api-blueprint",
"raml"
],
"author": "Elisha Witte <elishawitte@gmail.com>",
"homepage": "https://github.com/chiiya/comet/tree/master/packages/plugin-documentation#readme",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"config",
"dist",
"src",
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiiya/comet.git"
},
"scripts": {
"build": "yarn run build:assets && yarn run build:client && yarn run build:server && bili --config config/bili.config.js",
"build:assets": "webpack --config config/webpack.assets.config.js --progress --hide-modules",
"build:client": "webpack --config config/webpack.client.config.js --progress --hide-modules",
"build:server": "webpack --config config/webpack.server.config.js --progress --hide-modules"
},
"bugs": {
"url": "https://github.com/chiiya/comet/issues"
},
"dependencies": {
"@comet-cli/helper-documentation": "^0.2.4",
"@comet-cli/helper-utils": "^0.2.0",
"@fullhuman/postcss-purgecss": "^1.2.0",
"@tailwindcss/custom-forms": "^0.2.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^3.0.0",
"fs-extra": "^8.0.1",
"glob-all": "^3.1.0",
"httpsnippet": "^1.19.1",
"lodash.throttle": "^4.1.1",
"mini-css-extract-plugin": "^0.8.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.6.0",
"prismjs": "^1.16.0",
"resolve-url-loader": "3.1.0",
"sass": "^1.19.0",
"sass-loader": "7.*",
"showdown": "^1.9.0",
"style-loader": "^1.0.0",
"tailwindcss": "^1.0.1",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"url-join": "^4.0.0",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-feather-icons": "^4.21.0",
"vue-loader": "^15.7.0",
"vue-prism-component": "^1.1.1",
"vue-property-decorator": "^8.1.1",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.10.1",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-md5-hash": "^0.0.6",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@comet-cli/types": "^0.2.0",
"@types/webpack": "^4.4.32",
"bili": "^4.8.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-typescript2": "^0.24.0",
"rollup-plugin-vue": "^5.0.0"
},
"gitHead": "49bf37970648f43c1b095c1ab64b19e9c2a5827e"
}