UNPKG

apim-developer-portal2

Version:

API management developer portal

97 lines (96 loc) 3.58 kB
{ "name": "apim-developer-portal2", "version": "2.0.4", "description": "API management developer portal", "author": "Microsoft", "license": "MIT", "keywords": [ "azure" ], "engines": { "node": ">=10.12" }, "scripts": { "start": "webpack-dev-server --open --config webpack.develop.js", "build": "webpack --config webpack.build.js", "build-designer": "webpack --config webpack.designer.js", "build-publisher": "webpack --config webpack.publisher.js", "build-runtime": "webpack --config webpack.runtime.js", "build-function": "webpack --config webpack.function.js", "test": "node node_modules/mocha/bin/_mocha -r mocha.js src/**/*.spec.ts tests/e2e/**/*.spec.ts --timeout 30000", "deploy-function": "npm run build-function && cd dist/function && func azure functionapp publish < function app name >", "publish": "webpack --config webpack.publisher.js && node dist/publisher/index.js", "postinstall": "npm rebuild node-sass" }, "devDependencies": { "@azure/storage-blob": "12.1.2", "@types/chai": "^4.2.12", "@types/google-maps": "^3.2.2", "@types/knockout": "^3.4.68", "@types/knockout.mapping": "^2.0.35", "@types/knockout.validation": "0.0.37", "@types/lodash": "^4.14.160", "@types/mime-types": "^2.1.0", "@types/mocha": "8.0.3", "@types/node": "^14.6.0", "@types/puppeteer": "^3.0.2", "autoprefixer": "^9.8.6", "awesome-typescript-loader": "^5.2.1", "azure-storage": "^2.10.3", "chai": "^4.2.0", "clean-webpack-plugin": "2.0.2", "copy-webpack-plugin": "^6.0.3", "css-loader": "^4.2.2", "file-loader": "^6.0.0", "html-loader": "^1.2.1", "mini-css-extract-plugin": "^0.10.0", "mocha": "^8.1.1", "node-sass": "^4.14.1", "path": "^0.12.7", "postcss-loader": "^3.0.0", "puppeteer": "^5.2.1", "raw-loader": "^4.0.1", "sass-loader": "^9.0.3", "style-loader": "^1.2.1", "terser-webpack-plugin": "^4.1.0", "ts-node": "9.0.0", "tslint": "^6.1.3", "typescript": "4.0.2", "url-loader": "^4.1.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.1.2" }, "dependencies": { "@paperbits/azure": "0.1.322", "@paperbits/common": "0.1.322", "@paperbits/core": "0.1.322", "@paperbits/prosemirror": "0.1.322", "@paperbits/styles": "0.1.322", "@webcomponents/custom-elements": "1.4.2", "@webcomponents/shadydom": "^1.7.4", "adal-vanilla": "^1.0.18", "applicationinsights-js": "^1.0.21", "client-oauth2": "4.2.5", "core-js": "^3.6.5", "d3": "^5.16.0", "google-maps": "^4.3.2", "js-beautify": "^1.13.0", "knockout": "^3.5.1", "knockout-mapping": "^2.6.0", "knockout.validation": "^2.0.4", "liquidjs": "^9.15.0", "lodash": "^4.17.20", "lunr": "^2.3.9", "moment": "^2.27.0", "msal": "^1.3.4", "prismjs": "^1.21.0", "remark": "^12.0.1", "remark-html": "^12.0.0", "slick": "^1.12.2", "topojson-client": "^3.1.0", "truncate-html": "^1.0.3", "xhr2": "^0.2.0" } }