-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@maestro_io/iframe-sdk-demo",
"version": "1.00.0",
"description": "A library to interact with an embedded maestro web platform.",
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"start": "webpack-dev-server --history-api-fallback --hot --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lessthan3/iframe-sdk-demo.git"
},
"author": {
"name": "maestro_io",
"email": "[email protected]"
},
"contributors": [
"Steven J. Anderson <[email protected]>",
"Jacob Jeffrey Banks <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lessthan3/iframe-sdk/issues"
},
"homepage": "https://github.com/lessthan3/iframe-sdk#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@hot-loader/react-dom": "^16.13.0",
"@maestro_io/web-sdk": "^1.0.1",
"@types/core-js": "^2.5.3",
"@types/node": "^13.7.1",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"corejs": "^1.0.0",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.2.1",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"regenerator-runtime": "^0.13.5",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^2.3.6",
"ts-loader": "^7.0.1",
"tslint": "5.16.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
}
}