UNPKG

whistle.capimock

Version:

连接capi的whistle插件

72 lines (71 loc) 1.68 kB
{ "name": "whistle.capimock", "version": "0.1.0", "description": "连接capi的whistle插件", "main": "lib/index.js", "keywords": [ "mock", "capi", "template" ], "homepage": "", "repository": { "type": "git", "url": "" }, "author": "xxx", "license": "MIT", "dependencies": { "@ant-design/icons": "^5.4.0", "@monaco-editor/react": "^4.6.0", "ace-builds": "^1.36.0", "antd": "^5.20.2", "axios": "^0.26.1", "body-parser": "^1.19.0", "dot": "^1.1.3", "ejs": "^3.1.6", "express": "^4.17.1", "extend": "^3.0.2", "form-data": "^4.0.0", "fs-extra2": "^1.0.0", "handlebars": "^4.7.7", "jquery": "^3.7.1", "js-beautify": "^1.15.1", "jsoneditor": "^10.1.0", "lodash": "^4.17.21", "mime": "^1.6.0", "mockjs": "^1.1.0", "mustache": "^4.2.0", "nunjucks": "^3.2.3", "q": "^1.5.1", "react-ace": "^12.0.0", "ts-morph": "^23.0.0", "typescript": "^5.5.4", "velocityjs": "^2.0.3" }, "scripts": { "lint": "eslint ./lib ./app/cgi-bin ./app/util *.js", "lintfix": "eslint --fix ./lib ./app/cgi-bin ./app/util *.js", "dev": "webpack -w" }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { "babel-plugin-import": "^1.13.8", "bootstrap": "^3.3.6", "clipboard": "^1.5.8", "codemirror": "^5.11.0", "css-loader": "^0.23.1", "eslint": "^2.13.1", "file-loader": "^0.8.5", "jquery": "^3.7.1", "jsx-loader": "^0.13.2", "react": "^16.10.0", "react-dom": "^16.10.0", "style-loader": "^0.13.2", "typescript": "^5.5.4", "url-loader": "^0.5.7", "webpack": "^1.12.12" } }