-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "oe-workflow-dashboard",
"version": "2.0.0",
"description": "oeCloud Workflow dashboard",
"main": "app/index.js",
"scripts": {
"watch": "webpack --watch --progress",
"build": "webpack",
"dev": "webpack-dev-server --open",
"prepare": "npm run build"
},
"files": [
"dist/**",
"dashboard.js"
],
"keywords": [
"oe-cloud",
"workflow",
"dashboard"
],
"license": "MIT",
"devDependencies": {
"@polymer/app-layout": "^3.1.0",
"@polymer/iron-pages": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-material": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.1",
"@polymer/paper-input": "^3.0.2",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.6.0",
"file-loader": "5.1.0",
"mini-css-extract-plugin": "0.8.2",
"monaco-editor": "0.19.3",
"monaco-editor-webpack-plugin": "1.9.0",
"oe-message-handler": "^2.0.0",
"oe-ui-misc": "^2.0.0",
"oe-workflow-ui-components": "^2.0.0",
"style-loader": "1.2.1",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}