UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@talentsoft-opensource/widget-display-tool",
3 "version": "4.6.8-bumpreact-1.1",
4 "description": "Widget Simulator",
5 "main": "index.js",
6 "scripts": {
7 "start": "node ./index.js",
8 "build:proxy": "tsc --build ./tsconfig.proxy.json",
9 "prepublish": "yarn build:proxy",
10 "build": "webpack --config ./webpack.config.wdp.js --env.bundleFile=./buildStubs/test.bundle.js --env.mockFile=./buildStubs/hostmock.bundle.js --mode=development"
11 },
12 "author": "Talentsoft",
13 "license": "MIT",
14 "dependencies": {
15 "@talentsoft-opensource/display-tool-widget-mock": "4.6.8-bumpreact-1.1",
16 "@talentsoft-opensource/integration-com-layer": "4.6.8-bumpreact-1.1",
17 "@talentsoft-opensource/integration-dll": "4.6.8-bumpreact-1.1",
18 "@talentsoft-opensource/integration-widget-component": "4.6.8-bumpreact-1.1",
19 "@talentsoft-opensource/integration-widget-contract": "4.6.8-bumpreact-1.1",
20 "@types/express": "4.16.1",
21 "@types/node": "10.14.1",
22 "@types/react": "16.8.12",
23 "@types/react-collapsible": "2.2.0",
24 "@types/react-dom": "16.8.2",
25 "@types/sha1": "1.1.1",
26 "body-parser": "1.18.3",
27 "clean-webpack-plugin": "0.1.19",
28 "copy-webpack-plugin": "4.5.1",
29 "css-loader": "2.1.1",
30 "es6-shim": "0.35.3",
31 "file-loader": "1.1.11",
32 "jsonwebtoken": "^8.4.0",
33 "less": "3.9.0",
34 "less-loader": "4.1.0",
35 "node-fetch": "2.3.0",
36 "react": "16.8.6",
37 "react-dom": "16.8.2",
38 "sha1": "1.1.1",
39 "string.prototype.padstart": "3.0.0",
40 "style-loader": "0.23.1",
41 "ts-loader": "5.2.2",
42 "typescript": "3.5.2",
43 "url-polyfill": "1.1.5",
44 "webpack": "4.29.6",
45 "webpack-cli": "3.2.3",
46 "webpack-dev-server": "3.7.2",
47 "whatwg-fetch": "3.0.0",
48 "write-file-webpack-plugin": "4.3.2"
49 },
50 "publishConfig": {
51 "access": "public"
52 },
53 "gitHead": "34873ed9b6758ee4ddcf76edea6666a46c00b961"
54}