UNPKG

@talentsoft-opensource/widget-display-tool

Version:

Widget Simulator

56 lines (55 loc) 2.01 kB
{ "name": "@talentsoft-opensource/widget-display-tool", "version": "5.3.4", "description": "Widget Simulator", "main": "index.js", "scripts": { "start": "node ./index.js", "build:proxy": "tsc --build ./tsconfig.proxy.json", "prepublish": "yarn build:proxy", "build": "webpack --config ./webpack.config.wdp.js --env.bundleFile=./buildStubs/test.bundle.js --env.mockFile=./buildStubs/hostmock.bundle.js --mode=development" }, "author": "Talentsoft", "license": "MIT", "dependencies": { "@talentsoft-opensource/display-tool-widget-mock": "5.3.4", "@talentsoft-opensource/integration-com-layer": "5.3.4", "@talentsoft-opensource/integration-widget-component": "5.3.4", "@talentsoft-opensource/integration-widget-contract": "5.3.4", "@types/express": "4.16.1", "@types/mime-types": "^2.1.0", "@types/node": "10.14.1", "@types/react": "16.9.56", "@types/react-collapsible": "2.2.0", "@types/react-dom": "16.8.2", "@types/sha1": "1.1.1", "body-parser": "1.18.3", "clean-webpack-plugin": "0.1.19", "copy-webpack-plugin": "4.5.1", "css-loader": "2.1.1", "es6-shim": "0.35.3", "file-loader": "1.1.11", "jsonwebtoken": "^8.4.0", "less": "3.9.0", "less-loader": "4.1.0", "mime-types": "^2.1.29", "node-fetch": "2.3.0", "react": "^16.12.0", "react-dom": "^16.12.0", "sha1": "1.1.1", "string.prototype.padstart": "3.0.0", "style-loader": "0.23.1", "ts-loader": "5.2.2", "typescript": "3.5.2", "url-polyfill": "1.1.5", "webpack": "4.29.6", "webpack-cli": "3.2.3", "webpack-dev-server": "3.7.2", "whatwg-fetch": "3.0.0", "write-file-webpack-plugin": "4.3.2" }, "publishConfig": { "access": "public" }, "gitHead": "6f0c23009176dd64a714f732748fddef673dec3a" }