UNPKG

doca

Version:

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.

66 lines (65 loc) 2.14 kB
{ "name": "example-api-documentation", "version": "0.0.1", "description": "Example API Documentation", "license": "None", "private": true, "engines": { "node": ">= 4.0.0", "npm": ">= 2.0.0" }, "scripts": { "clean": "rm -rf build", "start": "node webpack/index | NODE_ENV=development node src/server", "build": "npm run clean && NODE_ENV=production webpack --config webpack/config.prod.withjs.babel.js && rm build/static-*", "build:nojs": "npm run clean && NODE_ENV=production webpack --config webpack/config.prod.nojs.babel.js && rm build/static-* && rm build/app-*.js", "lint": "eslint src webpack || true" }, "dependencies": { "babel-core": "^6.8.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.4", "babel-plugin-transform-class-properties": "^6.10.2", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-react-hmre": "^1.1.1", "babel-register": "^6.8.0", "babel-runtime": "^6.6.1", "bluebird": "^3.4.1", "chalk": "^1.1.3", "compression": "^1.6.1", "css-loader": "^0.26.1", "eslint": "^3.13.1", "eslint-config-airbnb": "^14.0.0", "eslint-loader": "^1.4.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.9.0", "express": "^4.13.4", "extract-text-webpack-plugin": "^2.0.0-beta.5", "file-loader": "^0.9.0", "glob": "^7.0.5", "immutable": "^3.8.1", "ip": "^1.1.3", "json-loader": "^0.5.4", "json-schema-example-loader": "^3.0.0", "json-schema-loader": "^1.0.0", "less": "^2.5.1", "less-loader": "^2.0.0", "lodash": "^4.13.1", "node-sass": "^4.3.0", "progress-bar-webpack-plugin": "^1.8.0", "react": "^15.2.0", "react-dom": "^15.2.0", "react-redux": "^5.0.2", "redux": "^3.5.2", "redux-devtools": "^3.3.1", "sass-loader": "^4.0.0", "static-site-generator-webpack-plugin": "^3.1.0", "style-loader": "^0.13.1", "url-loader": "^0.5.5", "webpack": "^2.2.0", "webpack-dev-middleware": "^1.6.0", "webpack-hot-middleware": "^2.12.1" } }